Skip to content

Commit

Permalink
Merge branch 'master' of github.com:entropyxyz/entropy-core into Add-…
Browse files Browse the repository at this point in the history
…a-4-node-testnet
  • Loading branch information
JesseAbram committed Jun 24, 2024
2 parents e669f4f + b9ed4db commit c0bc090
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 crates/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ codec ={ package="parity-scale-codec", version="3.0.0", default-features=f
scale-info ={ version='2.11.3', default-features=false, features=['derive'] }
serde ={ version="1.0", default-features=false, features=["derive"] }
serde_derive="1.0.147"
strum ="0.26.2"
strum ="0.26.3"
strum_macros="0.26.4"

sp-runtime ={ version="32.0.0", default-features=false, optional=true, features=["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hex ="0.4.3"
reqwest-eventsource="0.6"
serde_derive ="1.0.147"
synedrion ="0.1"
strum ="0.26.2"
strum ="0.26.3"

# Async
futures="0.3"
Expand Down

0 comments on commit c0bc090

Please sign in to comment.