Skip to content

Commit

Permalink
chore: fix base85 version to 2.0 (after yaking invalid semver)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 1, 2023
1 parent ea32ca4 commit b6535c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion dbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/lib.rs"

[dependencies]
amplify = { workspace = true }
base85 = "1.2.1"
base85 = "=2.0.0"
strict_encoding = { workspace = true }
commit_verify = { workspace = true, features = ["rand"] }
bp-primitives = { version = "0.10.6", path = "../primitives" }
Expand Down

0 comments on commit b6535c2

Please sign in to comment.