From ab2c4024160330f3465686ffa3870d2316e797ae Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 27 Feb 2024 12:25:39 +0800 Subject: chore(project): update pyproject.toml and cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 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 `_.""" license = {text = "MIT"} -- cgit v1.2.3-70-g09d2