Skip to content

Commit

Permalink
chore(deps): use iota-types from crates.io and bump hyper (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Nov 2, 2022
1 parent e97b05a commit 383cc40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 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
Expand Up @@ -81,10 +81,10 @@ opentelemetry-jaeger = { version = "0.17", default-features = false, features =
tracing-opentelemetry = { version = "0.18", default-features = false, features = [ "tracing-log" ], optional = true }

# Stardust types
iota-types = { git = "https://github.com/iotaledger/iota.rs", version = "1.0.0-rc", default-features = false, features = [ "api", "block", "std" ], optional = true }
iota-types = { version = "1.0.0-rc", default-features = false, features = [ "api", "block", "std" ], optional = true }

[dev-dependencies]
iota-types = { git = "https://github.com/iotaledger/iota.rs", version = "1.0.0-rc", default-features = false, features = [ "api", "block", "std", "rand" ] }
iota-types = { version = "1.0.0-rc", default-features = false, features = [ "api", "block", "std", "rand" ] }
rand = { version = "0.8", default-features = false, features = [ "std" ] }

[features]
Expand Down

0 comments on commit 383cc40

Please sign in to comment.