config: Update Cargo.toml

Bump cstr_core
This commit is contained in:
Sovenok-Hacker 2024-03-21 17:47:50 +03:00 committed by Sweetbread
parent 30cc19fb3c
commit 49b37f37c8
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name = "kos"
version = "0.1.0"
authors = ["Kitsu <mail@kitsu.me>", "Sweetbread"]
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,6 +19,6 @@ opt-level = "z"
lto = "thin"
[dependencies]
cstr_core = { version = "0.2.4", default-features = false, features = ["nightly"] }
cstr_core = { version = "0.2.6", default-features = false, features = ["nightly"] }
[build-dependencies]