aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-02-26 15:42:38 +0800
committer简律纯 <i@jyunko.cn>2024-02-26 15:42:38 +0800
commit7f6bf6928f5dc62b706b2ffe154f811f54d722d8 (patch)
tree3a7e048c431403b1918f02ec5985a5191ed43a92
parent58fda5c68c3c6d5e2c7a9e7a1118f65f7a919323 (diff)
downloadHydroRoll-7f6bf6928f5dc62b706b2ffe154f811f54d722d8.tar.gz
HydroRoll-7f6bf6928f5dc62b706b2ffe154f811f54d722d8.zip
chore(project): add pip deps and bump version from 0.1.4 to 0.1.5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--pdm.lock14
-rw-r--r--pyproject.toml6
4 files changed, 19 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 623d9e7..98eba8a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "HydroRoll"
-version = "0.1.0"
+version = "0.1.5"
dependencies = [
"pyo3",
]
diff --git a/Cargo.toml b/Cargo.toml
index 7d6cfc9..29c8b07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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
diff --git a/pdm.lock b/pdm.lock
index 3c119bc..8d713f7 100644
--- a/pdm.lock
+++ b/pdm.lock
@@ -2,11 +2,11 @@
# It is not intended for manual editing.
[metadata]
-groups = ["default"]
+groups = ["default", "dev"]
cross_platform = true
static_urls = false
lock_version = "4.3"
-content_hash = "sha256:016b95dbec96cbb56ddfb6fd4a48e755887a9dae3bfe55c4d05ef01384484c41"
+content_hash = "sha256:c7497b9218fb5f6908c41773b2e7ef6410610256d2f6ac862bceacfce18bd988"
[[package]]
name = "aiohttp"
@@ -685,6 +685,16 @@ files = [
]
[[package]]
+name = "pip"
+version = "24.0"
+requires_python = ">=3.7"
+summary = "The PyPA recommended tool for installing Python packages."
+files = [
+ {file = "pip-24.0-py3-none-any.whl", hash = "sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc"},
+ {file = "pip-24.0.tar.gz", hash = "sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2"},
+]
+
+[[package]]
name = "pydantic"
version = "2.6.0"
requires_python = ">=3.8"
diff --git a/pyproject.toml b/pyproject.toml
index 47bd9fa..e0a3ea6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,4 +44,8 @@ repository = "https://github.com/HydroRoll-Team/HydroRoll"
documentation = "https://docs.hydroroll.team/"
[tool.maturin]
-features = ["pyo3/extension-module"] \ No newline at end of file
+features = ["pyo3/extension-module"]
+[tool.pdm.dev-dependencies]
+dev = [
+ "pip>=24.0",
+]