From 93a01aafb3a58bf08be48ae3b7bfb5d44a25b87e Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 8 Sep 2024 04:44:57 +0800 Subject: chore(deps): bump cargo dependencies (#106) --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df28ac2..33aea70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "hydro_roll" -version = "0.1.8-alpha.2" +version = "0.1.9-alpha.1" dependencies = [ "printpdf", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index a82a913..a1f36b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] +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", -- cgit v1.2.3-70-g09d2