Skip to content

Commit ed520af

Browse files
committed
Don't attempt to version run-make-support
Purely internal test support library.
1 parent 8d58d5e commit ed520af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3214,7 +3214,7 @@ dependencies = [
32143214

32153215
[[package]]
32163216
name = "run_make_support"
3217-
version = "0.2.0"
3217+
version = "0.0.0"
32183218
dependencies = [
32193219
"bstr",
32203220
"build_helper",

src/tools/run-make-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "run_make_support"
3-
version = "0.2.0"
3+
version = "0.0.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)