Skip to content

Commit

Permalink
Prepare 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Oct 27, 2024
1 parent f55934d commit 85dd2a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graviola/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graviola"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/ctz/graviola/"
license = "Apache-2.0 OR ISC OR MIT-0"
Expand Down
4 changes: 2 additions & 2 deletions rustls-graviola/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-graviola"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/ctz/graviola/"
license = "Apache-2.0 OR ISC OR MIT-0"
Expand All @@ -10,7 +10,7 @@ rust-version = "1.72"
readme = "README.md"

[dependencies]
graviola = { version = "0.1.0", path = "../graviola" }
graviola = { version = "0.2.0", path = "../graviola" }
rustls = { version = "0.23.13", default-features = false, features = ["tls12"] }
rustls-webpki = { version = "0.102", default-features = false, features = ["alloc"] }

Expand Down

0 comments on commit 85dd2a3

Please sign in to comment.