Skip to content

Commit

Permalink
update soroban-sdk to v21.7.6 and set min rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
llama committed Nov 1, 2024
1 parent b03cb32 commit 189c71e
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 40 deletions.
98 changes: 62 additions & 36 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ members = [
"sep-41",
"mock-sep-41"
]

[profile.release-with-logs]
inherits = "release"
debug-assertions = true
Expand All @@ -21,4 +20,4 @@ codegen-units = 1
lto = true

[workspace.dependencies.soroban-sdk]
version = "20.5.0"
version = "21.7.6"
3 changes: 2 additions & 1 deletion mock-sep-41/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "mock-sep-41-token"
version = "0.3.0"
version = "0.4.0"
authors = ["Script3 <[email protected]>"]
license = "MIT"
edition = "2021"
publish = false
rust-version = "1.79.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
3 changes: 2 additions & 1 deletion sep-41/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "sep-41-token"
version = "1.0.0"
version = "1.1.0"
description = "SEP-0041 Standard Token trait, client, and mock implementation"
authors = ["Script3 <[email protected]>"]
repository = "https://github.com/script3/sep-40-oracle"
license = "MIT"
edition = "2021"
readme = "README.md"
keywords = ["no_std", "wasm", "soroban"]
rust-version = "1.79.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
Binary file modified sep-41/src/testutils/mock_sep_41_token.wasm
Binary file not shown.

0 comments on commit 189c71e

Please sign in to comment.