Skip to content

Commit

Permalink
bump seed bundle too to get updated sodoken
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Mar 1, 2024
1 parent 546d47d commit 826be91
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dunce = "1.0.4"
futures = "0.3.28"
# this doesn't strictly need to be pinned, but it supports the
# determinism of the strict client/server version checks
hc_seed_bundle = { version = "=0.2.2", path = "./crates/hc_seed_bundle" }
hc_seed_bundle = { version = "=0.2.3", path = "./crates/hc_seed_bundle" }
# lair_keystore_api must be pinned to enable strict version checks
lair_keystore_api = { version = "=0.4.4", path = "./crates/lair_keystore_api" }
lru = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/hc_seed_bundle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hc_seed_bundle"
version = "0.2.2"
version = "0.2.3"
description = "SeedBundle parsing and generation library."
license = "MIT OR Apache-2.0"
repository = "https://github.com/holochain/lair"
Expand Down

0 comments on commit 826be91

Please sign in to comment.