Skip to content

Commit

Permalink
serdect: bump version to v0.3.0-pre (#1243)
Browse files Browse the repository at this point in the history
PR #1112 contained breaking changes. To reflect that, this bumps the
`serdect` version to a prerelease.

Note that there is not a crate release associated with this bump. If
there is a prerelease, it will be `v0.3.0-pre.0`.
  • Loading branch information
tarcieri authored Oct 31, 2023
1 parent 57b7d02 commit 3137922
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 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 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.2.1"
version = "0.3.0-pre"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/formats/tree/master/serdect"
Expand Down

0 comments on commit 3137922

Please sign in to comment.