aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-02-27 12:25:39 +0800
committer简律纯 <i@jyunko.cn>2024-02-27 12:25:39 +0800
commitab2c4024160330f3465686ffa3870d2316e797ae (patch)
tree8478e909c90e23c966f403c3b69f63e849a2f641
parentbdcc5c94bc9fca1cc4cf86b3c8bb0687e675b823 (diff)
downloadHydroRoll-0.1.7.tar.gz
HydroRoll-0.1.7.zip
chore(project): update pyproject.toml and cargo.tomlv0.1.7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--pyproject.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 79deaca..f46911f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "hydro_roll"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"pyo3",
]
diff --git a/Cargo.toml b/Cargo.toml
index a4093cb..a146702 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hydro_roll"
-version = "0.1.6"
+version = "0.1.7"
edition = "2021"
description = "A simple rust library for HydroRoll."
license = "MIT"
diff --git a/pyproject.toml b/pyproject.toml
index f0277ef..194efa8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
"cachetools>=5.3.2",
"iamai[onebot11]>=0.0.2",
]
-requires-python = ">=3.8"
+requires-python = ">=3.9"
readme.content-type = "text/x-rst"
readme.text = """See the `documentation <https://docs.hydroroll.team/>`_."""
license = {text = "MIT"}