-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: corrosion cpp integration (#589)
Fixes a recent breaking change in corrosion-rs breaking the starknet-cxx example. Also adds a CI workflow for checking the integration example.
- Loading branch information
1 parent
d5359a0
commit 0184951
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
corrosion_import_crate(MANIFEST_PATH Cargo.toml) | ||
corrosion_add_cxxbridge(starknet_cxx_bridge CRATE starknet-cxx MANIFEST_PATH starknet-cxx FILES lib.rs) | ||
corrosion_add_cxxbridge(starknet_cxx_bridge CRATE starknet_cxx MANIFEST_PATH starknet_cxx FILES lib.rs) |