Skip to content

Commit

Permalink
serdect v0.3.0-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 7, 2024
1 parent 1820067 commit 203157c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 sec1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ base16ct = { version = "0.2", optional = true, default-features = false }
der = { version = "=0.8.0-pre", optional = true, features = ["oid"] }
hybrid-array = { version = "=0.2.0-pre.8", optional = true, default-features = false }
pkcs8 = { version = "=0.11.0-pre", optional = true, default-features = false }
serdect = { version = "=0.3.0-pre", optional = true, default-features = false, features = ["alloc"] }
serdect = { version = "=0.3.0-pre.0", optional = true, default-features = false, features = ["alloc"] }
subtle = { version = "2", optional = true, default-features = false }
zeroize = { version = "1", optional = true, default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion serdect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
Constant-time serde serializer/deserializer helpers for data that potentially
contains secrets (e.g. cryptographic keys)
"""
version = "0.3.0-pre"
version = "0.3.0-pre.0"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/formats/tree/master/serdect"
Expand Down

0 comments on commit 203157c

Please sign in to comment.