Skip to content

Commit

Permalink
tls_codec: v0.3.0 (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Jun 22, 2023
1 parent 8679676 commit 43e208d
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.

4 changes: 2 additions & 2 deletions tls_codec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tls_codec"
version = "0.3.0-pre.4"
version = "0.3.0"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/tls_codec/"
Expand All @@ -19,7 +19,7 @@ zeroize = { version = "1.6", default-features = false, features = [
# optional dependencies
arbitrary = { version = "1", features = ["derive"], optional = true }
serde = { version = "1.0.144", features = ["derive"], optional = true }
tls_codec_derive = { version = "=0.3.0-pre.4", path = "./derive", optional = true }
tls_codec_derive = { version = "=0.3.0", path = "./derive", optional = true }

[dev-dependencies]
criterion = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion tls_codec/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tls_codec_derive"
version = "0.3.0-pre.4"
version = "0.3.0"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/tls_codec_derive/"
Expand Down

0 comments on commit 43e208d

Please sign in to comment.