improvements for libcsp cargo builder

This commit is contained in:
2024-06-01 23:21:50 +02:00
parent 28cc72de24
commit 215364a6a5
10 changed files with 45 additions and 29 deletions

15
Cargo.lock generated
View File

@ -44,7 +44,7 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libcsp"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"bitflags",
"libc",
@ -54,16 +54,7 @@ dependencies = [
[[package]]
name = "libcsp-cargo-build"
version = "0.1.0"
dependencies = [
"cc",
]
[[package]]
name = "libcsp-cargo-build"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "554733e90f35324f10e32b4e848f5c85eb28cd099c5015d9fbe869f3b5a59944"
version = "0.2.0"
dependencies = [
"cc",
]
@ -73,7 +64,7 @@ name = "libcsp-rust-examples"
version = "0.1.0"
dependencies = [
"libcsp",
"libcsp-cargo-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libcsp-cargo-build",
]
[[package]]