Skip to content

Commit ad5641b

Browse files
authored
merge [features] tables
1 parent 284f2d0 commit ad5641b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ version = "0.1.2"
1212
[features]
1313
# only used to run our test suite
1414
checked = []
15+
default = ['stable']
16+
stable = []
1517

1618
[workspace]
1719
members = [
@@ -24,7 +26,3 @@ members = [
2426

2527
[dev-dependencies]
2628
shared = { path = "shared" }
27-
28-
[features]
29-
default = ['stable']
30-
stable = []

0 commit comments

Comments
 (0)