about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-06-09 16:29:14 +0000
committer许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-06-11 21:31:08 +0000
commitf6ab5e997cc8afa1d4a2910ab5db0e529e773fbc (patch)
treedf8141c6e147ed46e8b24a946a6b4e2774d08a20
parentc8e3eeb9650b9d4351a0ed81e4a159782e46cbcf (diff)
downloadrust-f6ab5e997cc8afa1d4a2910ab5db0e529e773fbc.tar.gz
rust-f6ab5e997cc8afa1d4a2910ab5db0e529e773fbc.zip
run-make-support: bump version
-rw-r--r--Cargo.lock2
-rw-r--r--src/tools/run-make-support/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e5ea9fee8a6..9d3eada2810 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3452,7 +3452,7 @@ dependencies = [
 
 [[package]]
 name = "run_make_support"
-version = "0.1.0"
+version = "0.2.0"
 dependencies = [
  "gimli 0.28.1",
  "object 0.34.0",
diff --git a/src/tools/run-make-support/Cargo.toml b/src/tools/run-make-support/Cargo.toml
index 5450620e7f0..2f7f51442f1 100644
--- a/src/tools/run-make-support/Cargo.toml
+++ b/src/tools/run-make-support/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "run_make_support"
-version = "0.1.0"
+version = "0.2.0"
 edition = "2021"
 
 [dependencies]