Skip to content

Commit

Permalink
fixes toml in token contract
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Nov 22, 2024
1 parent d187aca commit 9d4e647
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions contracts/token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,8 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
soroban-sdk = { version = "21.6.0" }
soroban-token-sdk = { version = "21.6.0" }
soroban-sdk = { workspace = true }
soroban-token-sdk = { workspace = true }

[dev-dependencies]
soroban-sdk = { version = "21.6.0", features = ["testutils"] }

[profile.release]
opt-level = "z"
overflow-checks = true
debug = 0
strip = "symbols"
debug-assertions = false
panic = "abort"
codegen-units = 1
lto = true

[profile.release-with-logs]
inherits = "release"
debug-assertions = true
soroban-sdk = { workspace = true, features = ["testutils"] }

0 comments on commit 9d4e647

Please sign in to comment.