Skip to content

Commit

Permalink
feat: add stringzilla to crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed May 16, 2024
1 parent 1c45d5e commit 1696f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions catalyst-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ cddl = "0.9.2"
ciborium = "0.2"
pallas = { git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "709acb19c52c6b789279ecc4bc8793b5d8b5abe9", version = "0.25.0" }
cardano-chain-follower = { git = "https://github.com/input-output-hk/hermes.git", version="0.0.1" }
stringzilla = "3.8.4"

[workspace.lints.rust]
warnings = "deny"
Expand Down
1 change: 1 addition & 0 deletions catalyst-gateway/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ handlebars = { workspace = true }
cddl = { workspace = true }
ciborium = { workspace = true }
ed25519-dalek = "2.1.1"
stringzilla = { workspace = true }

0 comments on commit 1696f88

Please sign in to comment.