Skip to content

Commit

Permalink
fixes riscv ci pipeline by aligning Cargo.toml with other integration…
Browse files Browse the repository at this point in the history
…-tests
  • Loading branch information
peetzweg committed Apr 21, 2023
1 parent b3a1026 commit e12ab8e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions integration-tests/storage-types/Cargo.toml
Expand Up @@ -3,22 +3,19 @@ name = "storage-types"
version = "1.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
publish = false

[dependencies]
ink = { version = "4.1", default-features = false }
ink = { path = "../../crates/ink", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2.3", default-features = false, features = ["derive"], optional = true }

[dev-dependencies]
ink_e2e = { version = "4.1" }
ink_e2e = { path = "../../crates/e2e" }

[lib]
name = "storage_types"
path = "lib.rs"
crate-type = [
"cdylib",
]

[features]
default = ["std"]
Expand Down

0 comments on commit e12ab8e

Please sign in to comment.