Skip to content

Commit cbcf73b

Browse files
Enable import-globals on rubicon only
1 parent e84332a commit cbcf73b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

test-crates/exports/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ edition = "2021"
77
crate-type = ["dylib"]
88

99
[dependencies]
10-
mokio = { version = "0.1.0", path = "../mokio", features = ["export-globals"] }
10+
mokio = { version = "0.1.0", path = "../mokio" }
11+
rubicon = { path = "../../rubicon", features = ["export-globals"] }
1112

1213
[features]
1314
mokio-timer = ["mokio/timer"]

test-crates/mod_a/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
mokio = { version = "0.1.0", path = "../mokio", features = ["import-globals"] }
11-
rubicon = { path = "../../rubicon" }
10+
mokio = { version = "0.1.0", path = "../mokio" }
11+
rubicon = { path = "../../rubicon", features = ["import-globals"] }
1212
soprintln = { version = "3.0.0", features = ["print"] }

test-crates/mod_b/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
mokio = { version = "0.1.0", path = "../mokio", features = ["import-globals"] }
11-
rubicon = { path = "../../rubicon" }
10+
mokio = { version = "0.1.0", path = "../mokio" }
11+
rubicon = { path = "../../rubicon", features = ["import-globals"] }
1212
soprintln = { version = "3.0.0", features = ["print"] }

test-crates/mokio/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ rubicon = { path = "../../rubicon" }
99
[features]
1010
default = []
1111
timer = []
12-
import-globals = ["rubicon/import-globals"]
13-
export-globals = ["rubicon/export-globals"]

test-crates/samplebin/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)