diff --git a/Cargo.lock b/Cargo.lock index 73da790dd7ff2e5fde4c9c566d0dc58ab7718867..0d9e23bbfea4540fa6c0905f441ad64828b17ef9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,10 +88,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "card10-alloc" -version = "0.1.0" +version = "0.1.1" dependencies = [ "alloc-cortex-m 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "card10-sys 1.10.0", + "card10-sys 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -112,6 +112,17 @@ dependencies = [ "r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "card10-sys" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "panic-abort 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "cc" version = "1.0.41" @@ -221,7 +232,7 @@ dependencies = [ name = "l0dable-example" version = "0.0.0" dependencies = [ - "card10-alloc 0.1.0", + "card10-alloc 0.1.1", "card10-l0dable 0.2.0", "cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -230,7 +241,7 @@ dependencies = [ name = "l0dable-rkanoid" version = "0.0.0" dependencies = [ - "card10-alloc 0.1.0", + "card10-alloc 0.1.1", "card10-l0dable 0.2.0", "cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "embedded-graphics 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -453,6 +464,7 @@ dependencies = [ "checksum bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18270cdd7065ec045a6bb4bdcd5144d14a78b3aedb3bc5111e688773ac8b9ad0" "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" +"checksum card10-sys 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afea2f0d5cbd1df0e0ed676f674bcbe310f254c84ce26257e7a74f42e384059f" "checksum cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "8dae9c4b8fedcae85592ba623c4fd08cfdab3e3b72d6df780c6ead964a69bfff" "checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af" "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" diff --git a/card10-alloc/Cargo.toml b/card10-alloc/Cargo.toml index dc7885a21ef8a0473ae27f56192756b6685f3ab8..f68232e49cac5b8eab97455be77e6fcf50025134 100644 --- a/card10-alloc/Cargo.toml +++ b/card10-alloc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "card10-alloc" -version = "0.1.0" +version = "0.1.1" authors = ["Astro <astro@spaceboyz.net>"] license = "MIT/Apache-2.0" edition = "2018"