8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d231f4 commit 52f751bCopy full SHA for 52f751b
.gitignore
@@ -4,3 +4,6 @@ cache/
4
current
5
versions/
6
.rsvm_version
7
+bin/bats
8
+libexec/
9
+share/
Manifest.toml
@@ -1,9 +1,12 @@
1
[package]
2
name = "r"
3
version = "0.5.1"
-description = "Mush, a build system for shell."
+description = "Interactively Manage All Your Rust Versions"
license = "MIT"
edition = "2022"
[dev-dependencies]
-bats = "git "
+bats = "git https://github.com/sstephenson/bats.git v0.4.0"
10
+
11
+[dev-dependencies-build]
12
+bats = "exec install.sh $MUSH_MANIFEST_DIR"
0 commit comments