Bump version

This commit is contained in:
Ivan Nikulin 2020-12-23 14:15:48 +00:00
parent f809be1a90
commit a6fbc0fed2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "boring"
version = "1.0.2"
version = "1.0.3"
authors = ["Steven Fackler <sfackler@gmail.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
license = "Apache-2.0"
description = "BoringSSL bindings"

View File

@ -1,6 +1,6 @@
[package]
name = "tokio-boring"
version = "1.0.2"
version = "1.0.3"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
@ -12,7 +12,7 @@ An implementation of SSL streams for Tokio backed by BoringSSL
"""
[dependencies]
boring = { version = "1.0.2", path = "../boring" }
boring = { version = "1.0.3", path = "../boring" }
boring-sys = { version = "1.0.2", path = "../boring-sys" }
tokio = "0.2"