Skip to content

Commit

Permalink
create rust workspace to share version between both rust implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Nov 11, 2024
1 parent 81957d9 commit bf9a1b1
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 2,454 deletions.
129 changes: 118 additions & 11 deletions rust/Cargo.lock → Cargo.lock

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

11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Share version definiton for both Rust and Python-pyo3 packages
[workspace]
members = ["rust", "python-pyo3"]
resolver = "2"

[workspace.package]
edition = "2021"
version = "2.1.1"

[profile.release]
lto = "thin"
Loading

0 comments on commit bf9a1b1

Please sign in to comment.