Skip to content

Commit 0c7577d

Browse files
committed
chore: Stage build-rs for merging
1 parent b62c598 commit 0c7577d

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

Cargo.toml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
[package]
2-
name = "build-rs"
3-
version = "0.2.0"
4-
edition = "2021"
5-
rust-version = "1.76"
6-
publish = false
7-
8-
[dependencies]
9-
unicode-ident = "1.0.13"
10-
11-
[features]
12-
13-
## Experimental API. This feature flag is **NOT** semver stable.
14-
unstable = []
15-
161
[workspace]
17-
members = ["test-lib"]
2+
members = ["crates/*"]
3+
reslver = "2"

test-lib/Cargo.toml renamed to crates/build-rs-test-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ publish = false
99
unstable = ["build-rs/unstable"]
1010

1111
[build-dependencies]
12-
build-rs = { path = ".." }
12+
build-rs = { path = "../build-rs" }
File renamed without changes.
File renamed without changes.

crates/build-rs/Cargo.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[package]
2+
name = "build-rs"
3+
version = "0.2.0"
4+
edition = "2021"
5+
rust-version = "1.76"
6+
publish = false
7+
8+
[dependencies]
9+
unicode-ident = "1.0.13"
10+
11+
[features]
12+
13+
## Experimental API. This feature flag is **NOT** semver stable.
14+
unstable = []
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)