aboutsummaryrefslogtreecommitdiffstats
path: root/gitolfs3-authenticate/Cargo.toml
diff options
context:
space:
mode:
authorRutger Broekhoff2025-04-08 22:56:40 +0200
committerRutger Broekhoff2025-04-08 22:56:40 +0200
commit294d634601bdd71f056101c64e00d7a5a7fc5ae2 (patch)
treea9b24201cc1ed44d9a470a03a2a9066bc98cb83f /gitolfs3-authenticate/Cargo.toml
parent4a26f611b697907110459631da4d4a0f049440f9 (diff)
downloadgitolfs3-294d634601bdd71f056101c64e00d7a5a7fc5ae2.tar.gz
gitolfs3-294d634601bdd71f056101c64e00d7a5a7fc5ae2.zip
Switch to Rust 2024, update dependencies
Diffstat (limited to 'gitolfs3-authenticate/Cargo.toml')
-rw-r--r--gitolfs3-authenticate/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolfs3-authenticate/Cargo.toml b/gitolfs3-authenticate/Cargo.toml
index ff2b702..c39b736 100644
--- a/gitolfs3-authenticate/Cargo.toml
+++ b/gitolfs3-authenticate/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2name = "gitolfs3-authenticate" 2name = "gitolfs3-authenticate"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2024"
5license = "MIT" 5license = "MIT"
6 6
7[dependencies] 7[dependencies]