Skip to content

Commit

Permalink
Refactor: Mv leon and leon-macros into another repo (#1628)
Browse files Browse the repository at this point in the history
* Refactor: Mv leon and leon-macros into another repo

It's moved to https://github.com/cargo-bins/leon

Signed-off-by: Jiahao XU <[email protected]>

* Fix CI: Rm `cargo-hack` check for `leon`

Signed-off-by: Jiahao XU <[email protected]>

---------

Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu authored Feb 20, 2024
1 parent 2d29534 commit 1928e2c
Show file tree
Hide file tree
Showing 33 changed files with 11 additions and 2,786 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ on:
- detect-wasi
- fs-lock
- normalize-path
- leon
- leon-macros
version:
description: Version to release
required: true
Expand Down
9 changes: 6 additions & 3 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ members = [
"crates/fs-lock",
"crates/normalize-path",
"crates/detect-targets",
"crates/leon",
"crates/leon-macros",
]

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-bins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "GPL-3.0-only"
atomic-file-install = { version = "1.0.1", path = "../atomic-file-install" }
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
compact_str = { version = "0.7.0", features = ["serde"] }
leon = { version = "3.0.0", path = "../leon" }
leon = "3.0.0"
miette = "7.0.0"
normalize-path = { version = "0.2.1", path = "../normalize-path" }
thiserror = "1.0.52"
Expand Down
4 changes: 2 additions & 2 deletions crates/binstalk-fetchers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ bytes = "1.4.0"
compact_str = { version = "0.7.0" }
either = "1.8.1"
itertools = "0.12.0"
leon = { version = "3.0.0", path = "../leon" }
leon-macros = { version = "1.0.1", path = "../leon-macros" }
leon = "3.0.0"
leon-macros = "1.0.1"
miette = "7.0.0"
minisign-verify = "0.2.1"
once_cell = "1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ binstalk-downloader = { version = "0.10.0", path = "../binstalk-downloader", def
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
cargo-toml-workspace = { version = "5.0.0", path = "../cargo-toml-workspace" }
compact_str = { version = "0.7.0", features = ["serde"] }
leon = { version = "3.0.0", path = "../leon" }
leon = "3.0.0"
miette = "7.0.0"
normalize-path = { version = "0.2.1", path = "../normalize-path" }
once_cell = "1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ detect-targets = { version = "0.1.15", path = "../detect-targets", features = ["
either = "1.8.1"
itertools = "0.12.0"
jobslot = { version = "0.2.11", features = ["tokio"] }
leon = { version = "3.0.0", path = "../leon" }
leon = "3.0.0"
maybe-owned = "0.3.4"
miette = "7.0.0"
semver = { version = "1.0.17", features = ["serde"] }
Expand Down
19 changes: 0 additions & 19 deletions crates/leon-macros/Cargo.toml

This file was deleted.

176 changes: 0 additions & 176 deletions crates/leon-macros/LICENSE-APACHE

This file was deleted.

23 changes: 0 additions & 23 deletions crates/leon-macros/LICENSE-MIT

This file was deleted.

36 changes: 0 additions & 36 deletions crates/leon-macros/src/lib.rs

This file was deleted.

21 changes: 0 additions & 21 deletions crates/leon-macros/tests/parsing.rs

This file was deleted.

21 changes: 0 additions & 21 deletions crates/leon/Cargo.toml

This file was deleted.

Loading

0 comments on commit 1928e2c

Please sign in to comment.