Skip to content

Commit

Permalink
chore(project): add pip deps and bump version from 0.1.4 to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Feb 26, 2024
1 parent 58fda5c commit 7f6bf69
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "HydroRoll"
version = "0.1.0"
version = "0.1.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
14 changes: 12 additions & 2 deletions pdm.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ repository = "https://github.com/HydroRoll-Team/HydroRoll"
documentation = "https://docs.hydroroll.team/"

[tool.maturin]
features = ["pyo3/extension-module"]
features = ["pyo3/extension-module"]
[tool.pdm.dev-dependencies]
dev = [
"pip>=24.0",
]

0 comments on commit 7f6bf69

Please sign in to comment.