Skip to content

Commit

Permalink
chore: ugprade clarinet-file to 2.0.0 (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Nov 15, 2023
1 parent b03298b commit 2aa1aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/clarinet-files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "clarinet-files"
description = "Clarinet manifests files helpers"
license = "GPL-3.0"
version = "1.0.3"
version = "2.0.0"
edition = "2021"

[dependencies]
serde = "1"
serde_derive = "1"
chainhook-types = "=1.1.0"
chainhook-types = "1.1.2"
# chainhook-types = { version = "=1.1.0", path = "../../../chainhook/components/chainhook-types-rs" }
bip39 = { version = "1.0.1", default-features = false }
libsecp256k1 = "0.7.0"
Expand Down

0 comments on commit 2aa1aaf

Please sign in to comment.