Updated the library to Rust 2024.

This commit is contained in:
2025-07-29 23:49:03 -04:00
parent 19c15f8aff
commit 9f9d02155a
7 changed files with 10 additions and 11 deletions

View File

@ -8,7 +8,7 @@ repository = "https://gitlab.com/CyberMages/Core/pact.git"
documentation = ""
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
build = "build.rs"
edition = "2021"
edition = "2024"
[features]
@ -18,7 +18,6 @@ rust_lib = []
no_mem_manip = []
weak = []
[dependencies]
binding = { version = "0.1.0", registry = "cybermages" }
[dependencies.binding]
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git"