Skip to content

Commit

Permalink
Updated toolchain to allow compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaplas committed May 8, 2024
1 parent 32d9cb1 commit 469f006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
authors = [
"Jakub Płaskonka [email protected]",
"Krzysztof Pobiarżyn [email protected]",
"Maciej Zieliński [email protected]",
"Jakub Płaskonka [email protected]",
"Krzysztof Pobiarżyn [email protected]",
"Maciej Zieliński [email protected]",
]
license = "MIT"
repository = "https://github.com/odradev/cargo-odra"
description = "A cargo utility that helps to create, manage and test your smart contracts written using Odra framework."
keywords = ["wasm", "webassembly", "blockchain"]
categories = ["wasm", "smart contracts"]
name = "cargo-odra"
version = "0.0.9"
version = "0.0.9-fixed"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-03-01
nightly-2024-02-09

0 comments on commit 469f006

Please sign in to comment.