8000 Introducing Mush - Refactoring WIP · javanile/r@52f751b · GitHub
[go: up one dir, main page]

Skip to content

Commit 52f751b

Browse files
Introducing Mush - Refactoring WIP
1 parent 0d231f4 commit 52f751b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ cache/
44
current
55
versions/
66
.rsvm_version
7+
bin/bats
8+
libexec/
9+
share/

Manifest.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[package]
22
name = "r"
33
version = "0.5.1"
4-
description = "Mush, a build system for shell."
4+
description = "Interactively Manage All Your Rust Versions"
55
license = "MIT"
66
edition = "2022"
77

88
[dev-dependencies]
9-
bats = "git "
9+
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

Comments
 (0)
0