Skip to content

Commit

Permalink
chore: update vrf-rs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocao committed May 30, 2024
1 parent fa2eaf4 commit 562cbaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ serde_json = "1.0"
sha3 = "0.10"
thiserror = { version = "1.0" }
semver = { version = "1.0", features = ["serde"] }
vrf-rs = { git = "ssh://[email protected]/sedaprotocol/vrf-rs.git" }
vrf-rs = { version = "0.0.0" }
2 changes: 1 addition & 1 deletion contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library = []
optimize = """docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/rust-optimizer:0.12.10
cosmwasm/rust-optimizer:0.14.0
"""

[dependencies]
Expand Down

0 comments on commit 562cbaa

Please sign in to comment.