Fixup crate versions
This commit is contained in:
4
src/Cargo.lock
generated
4
src/Cargo.lock
generated
@@ -597,7 +597,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "std_shim"
|
name = "std_shim"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"core 0.0.0",
|
"core 0.0.0",
|
||||||
"std 0.0.0",
|
"std 0.0.0",
|
||||||
@@ -656,7 +656,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "test_shim"
|
name = "test_shim"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"test 0.0.0",
|
"test 0.0.0",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -383,7 +383,7 @@ pub fn krate(build: &Build,
|
|||||||
// helper crate, not tested. If it leaks through then it ends up
|
// helper crate, not tested. If it leaks through then it ends up
|
||||||
// messing with various mtime calculations and such.
|
// messing with various mtime calculations and such.
|
||||||
if !name.contains("jemalloc") && name != "build_helper" {
|
if !name.contains("jemalloc") && name != "build_helper" {
|
||||||
cargo.arg("-p").arg(name);
|
cargo.arg("-p").arg(&format!("{}:0.0.0", name));
|
||||||
}
|
}
|
||||||
for dep in build.crates[name].deps.iter() {
|
for dep in build.crates[name].deps.iter() {
|
||||||
if visited.insert(dep) {
|
if visited.insert(dep) {
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "std_shim"
|
name = "std_shim"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "test_shim"
|
name = "test_shim"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
Reference in New Issue
Block a user