Skip to content

Commit

Permalink
Partially revert "lil test update" (mainfest fixes)
Browse files Browse the repository at this point in the history
This reverts commit 1f24d5b.
  • Loading branch information
agryaznov committed Apr 11, 2022
1 parent 03e4da9 commit 6bbb976
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
24 changes: 23 additions & 1 deletion Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "metadata"]

[package]
name = "cargo-contract"
version = "1.1.2"
version = "1.1.1"
authors = ["Parity Technologies <[email protected]>"]
build = "build.rs"
edition = "2021"
Expand Down Expand Up @@ -83,10 +83,10 @@ wabt = "0.10.0"
regex = "1.5.5"
predicates = "2.1.1"

ink_primitives = { path="../ink/crates/primitives/" }
ink_storage = { path="../ink/crates/storage/" }
ink_lang = { path="../ink/crates/lang/" }
ink_lang_codegen = { path="../ink/crates/lang/codegen" }
ink_primitives = "3.0"
ink_storage = "3.0"
ink_lang = "3.0"
ink_lang_codegen = "3.0"

[features]
# This `std` feature is required for testing using an inline contract's metadata, because `ink!` annotates the metadata
Expand Down

0 comments on commit 6bbb976

Please sign in to comment.