Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
use ink! 4.0.0-beta for example contract
Browse files Browse the repository at this point in the history
  • Loading branch information
achimcc authored and Achim Schneider committed Nov 25, 2022
1 parent db4cd48 commit 8013423
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 33 deletions.
83 changes: 52 additions & 31 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 crates/contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "contract"
version = "4.0.0-alpha.3"
version = "4.0.0-beta"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
publish = false

[dependencies]
ink = { version = "4.0.0-alpha.3", default-features = false }
ink = { version = "4.0.0-beta", default-features = false }

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

0 comments on commit 8013423

Please sign in to comment.