Skip to content

Commit

Permalink
migrate to rust edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed Nov 11, 2024
1 parent a861f6f commit 871c264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion macroslib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["swig", "java", "jni", "ffi", "cxx"]
repository = "https://github.com/Dushistov/flapigen-rs"
documentation = "https://docs.rs/flapigen"
readme = "../README.md"
edition = "2018"
edition = "2021"

[dependencies]
syn = { version = "1.0.12", features = ["full", "extra-traits", "visit-mut", "visit"] }
Expand Down
1 change: 1 addition & 0 deletions workspace.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
members = ["macroslib", "jni_tests", "cpp_tests", "android-example", "android-tests",
"debug-util", "cpp-example/rust-part", "python_tests"]
resolver = "2"

[profile.release]
debug = true
Expand Down

0 comments on commit 871c264

Please sign in to comment.