diff options
| author | 2024-09-08 04:44:57 +0800 | |
|---|---|---|
| committer | 2024-09-08 04:44:57 +0800 | |
| commit | 93a01aafb3a58bf08be48ae3b7bfb5d44a25b87e (patch) | |
| tree | 0cc551e2f84a84cd39e620f1817557dfcf338db4 | |
| parent | 30b679877d1360d932d6a45f963c12f011fca89a (diff) | |
| download | HydroRoll-93a01aafb3a58bf08be48ae3b7bfb5d44a25b87e.tar.gz HydroRoll-93a01aafb3a58bf08be48ae3b7bfb5d44a25b87e.zip | |
chore(deps): bump cargo dependencies (#106)v0.1.9-alpha.1
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 4 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "hydro_roll" -version = "0.1.8-alpha.2" +version = "0.1.9-alpha.1" dependencies = [ "printpdf", "pyo3", @@ -1,13 +1,13 @@ [package] name = "hydro_roll" -version = "0.1.8-alpha.2" +version = "0.1.9-alpha.1" edition = "2021" description = "A simple rust library for HydroRoll." license = "MIT" documentation = "https://docs.hydroroll.team/" homepage = "https://hydroroll.team/" repository = "https://github.com/HydroRoll-Team/HydroRoll" -authors = ["HsiangNianian <i@jyunko.cn>"] +authors = ["HsiangNianian"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/pyproject.toml b/pyproject.toml index ac669d4..1af98a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "hydro-roll" dynamic = ["version"] description = "跨平台、多模态、高度自定义的骰系开发框架。" authors = [ - {name = "简律纯", email = "i@jyunko.cn"}, + {name = "HsiangNianian", email = "i@jyunko.cn"}, ] dependencies = [ "watchfiles<1.0.0,>=0.18.0", |
