Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Aug 9, 2023
1 parent 04e82b3 commit d429b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ members = ["borsh", "borsh-derive", "fuzz/fuzz-run", "benchmarks"]

[workspace.package]
# shared version of all public crates in the workspace
version = "1.0.0-alpha.1"
version = "1.0.0-alpha.2"
rust-version = "1.66.0"
2 changes: 1 addition & 1 deletion borsh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ required-features = ["std", "derive", "schema"]
cfg_aliases = "0.1.0"

[dependencies]
borsh-derive = { path = "../borsh-derive", version = "1.0.0-alpha.1", optional = true }
borsh-derive = { path = "../borsh-derive", version = "1.0.0-alpha.2", optional = true }
hashbrown = { version = ">=0.11,<0.14", optional = true }
bytes = { version = "1", optional = true }
bson = { version = "2", optional = true }
Expand Down

0 comments on commit d429b17

Please sign in to comment.