Skip to content

Commit

Permalink
Update time crate
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Aug 8, 2024
1 parent b742b26 commit cf3b1f0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 11 deletions.
34 changes: 26 additions & 8 deletions libwasmvm/Cargo.lock

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

14 changes: 11 additions & 3 deletions libwasmvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,21 @@ default = []
backtraces = []

[dependencies]
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.2", features = ["staking", "stargate", "iterator"] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.2", features = ["staking", "stargate", "iterator"] }
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.2", features = [
"staking",
"stargate",
"iterator",
] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.2", features = [
"staking",
"stargate",
"iterator",
] }
errno = "0.2"
serde_json = "1.0.91"
thiserror = "1.0.38"
hex = "0.4.3"
time = { version = "0.3.28", features = ["formatting"] }
time = { version = "0.3.36", features = ["formatting"] }

[dev-dependencies]
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit cf3b1f0

Please sign in to comment.