Skip to content

Commit

Permalink
chore(project): update pyproject.toml and cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Feb 27, 2024
1 parent bdcc5c9 commit ab2c402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "hydro_roll"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
description = "A simple rust library for HydroRoll."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit ab2c402

Please sign in to comment.