aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-30 03:58:39 -0700
committerFuwn <[email protected]>2024-10-30 03:58:39 -0700
commitf4ff8ed37cc20ad3d004084fd988b1931ac0ddbb (patch)
tree6483839a58f28db624a6572b8524da315636eec4
parentfeat: remove nightly requirement (diff)
downloadcli-f4ff8ed37cc20ad3d004084fd988b1931ac0ddbb.tar.xz
cli-f4ff8ed37cc20ad3d004084fd988b1931ac0ddbb.zip
deps(senpy): bump to 0.1.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 15fddec..387c08b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ opt-level = "s"
clap = "3.1.6"
# The Senpy Club API
-senpy = "0.1.2"
+senpy = "0.1.3"
# Serialization
serde = "1.0.136"