Skip to content

Commit

Permalink
Update the CDN to 0.4.2 (#1666)
Browse files Browse the repository at this point in the history
update the CDN to `0.4.2`
  • Loading branch information
rob-maron authored Jul 2, 2024
1 parent ecec878 commit 0c57f56
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 11 deletions.
90 changes: 81 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter"
cdn-broker = { git = "https://github.com/EspressoSystems/Push-CDN", features = [
"runtime-async-std",
"global-permits",
], tag = "0.3.12", package = "cdn-broker" }
], tag = "0.4.2", package = "cdn-broker" }
cdn-marshal = { git = "https://github.com/EspressoSystems/Push-CDN", features = [
"runtime-async-std",
"global-permits",
], tag = "0.3.12", package = "cdn-marshal" }
], tag = "0.4.2", package = "cdn-marshal" }

jf-plonk = { git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.5", features = [
"test-apis",
Expand Down

0 comments on commit 0c57f56

Please sign in to comment.