Skip to content

Commit

Permalink
chore: upgrade to soroban-sdk v20
Browse files Browse the repository at this point in the history
  • Loading branch information
mootz12 committed Dec 5, 2023
1 parent e13daed commit 110ba09
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 86 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
.DS_Store
.DS_Store
test_snapshots/
135 changes: 78 additions & 57 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ codegen-units = 1
lto = true

[workspace.dependencies.soroban-sdk]
version = "20.0.0-rc2"
version = "20.0.0"
2 changes: 1 addition & 1 deletion mock-sep-40/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mock-sep-40-oracle"
version = "0.1.1"
version = "0.2.0"
authors = ["Script3 <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
Loading

0 comments on commit 110ba09

Please sign in to comment.