Skip to content

Commit

Permalink
Update rust-version (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Leigh McCulloch <[email protected]>
  • Loading branch information
3 people authored Nov 5, 2022
1 parent 243c43f commit f65fc51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
readme = "README.md"
version = "0.2.1"
edition = "2021"
rust-version = "1.64"
rust-version = "1.65"
autobins = false
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/test-wasms/hello_world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.64"
rust-version = "1.65"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.64"
rust-version = "1.65"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit f65fc51

Please sign in to comment.