Skip to content

Commit

Permalink
Just share target_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Aug 29, 2020
1 parent 1b5d89e commit 3aa9b62
Show file tree
Hide file tree
Showing 48 changed files with 1,475 additions and 1,276 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

## Added

- [`new`, `open`] Added `git_workdir` variable.
- [`migrate`] Added `migrate v04` command.
- [`new`, `open`] Added `git_workdir` variable for `open` in `compete.toml`.

## Changed

- Updated the default `compete.toml`.
- `cargo-compete` no longer manage workspaces. Instead, each package will just share the same `target` directory. Run `cargo compete migrate v04` to migrate packages.
- Changed the format of `compet.toml`.

## [0.4.7] - 2020-08-25Z

Expand Down
9 changes: 7 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ derivative = "2.1.1"
dirs = "3.0.1"
easy-ext = "0.2.3"
fwdansi = "1.1.0"
git2 = "0.13.10"
heck = "0.3.1"
human-size = "0.4.1"
if_chain = "1.0.0"
Expand All @@ -37,12 +38,12 @@ liquid-core = "0.21.1"
liquid-derive = "0.21.0"
maplit = "1.0.2"
opener = "0.4.1"
path-slash = "0.1.3"
pretty_assertions = "0.6.1"
prettytable-rs = "0.8.0"
reqwest = { version = "0.10.7", default-features = false, features = ["blocking"] }
rpassword = "5.0.0"
rprompt = "1.0.5"
semver = "0.10.0"
serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
serde_yaml = "0.8.13"
Expand All @@ -57,13 +58,11 @@ toml = "0.5.6"
toml_edit = "0.2.0"
url = { version = "2.1.1", features = ["serde"] }
which = "4.0.2"
git2 = "0.13.10"

[target.'cfg(windows)'.dependencies]
term_size = "=1.0.0-beta.2"

[dev-dependencies]
duct = "0.13.4"
insta = { version = "0.16.1", features = ["redactions"] }
once_cell = "1.4.1"
regex = "1.3.9"
Loading

0 comments on commit 3aa9b62

Please sign in to comment.