Updated the library to Rust 2024.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user