diff --git a/Cargo.toml b/Cargo.toml index d0a6608..d2b8066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "playerdb-rs" -version = "0.1.0" -edition = "2021" +version = "0.1.1" +edition = "2024" authors = ["Wynd"] [workspace] members = ["examples/*"] [dependencies] -serde = { version = "1", features = ["derive"] } -serde_json = { version = "1" } -reqwest = { version = "0.12", features = ["json"] } +serde = { version = "1.0.228", features = ["derive"] } +serde_json = { version = "1.0.145" } +reqwest = { version = "0.12.26", features = ["json"] } [features] -sync = ["reqwest/blocking"] \ No newline at end of file +sync = ["reqwest/blocking"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f27b9a0..50b3f5d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel= "nightly" \ No newline at end of file +channel = "1.92"