Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions quicklendx-contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ version = "0.1.0"
edition = "2021"

[lib]
<<<<<<< bypass
# Keep an rlib target for integration tests and a cdylib target for contract/WASM builds.
crate-type = ["cdylib", "rlib"]
=======
# rlib only: avoids Windows GNU "export ordinal too large" when building cdylib.
# For WASM contract build use: cargo build --release --target wasm32-unknown-unknown
# (add crate-type = ["cdylib"] temporarily or build in WSL/Linux if you need the .so artifact).
crate-type = ["lib"]
>>>>>>> main

[dependencies]
soroban-sdk = { version = "25.1.1", features = ["alloc"] }
Expand Down
Loading
Loading