merge [features] tables
This commit is contained in:
parent
9b03920fe1
commit
5c6fd41b3d
1 changed files with 2 additions and 4 deletions
|
|
@ -12,6 +12,8 @@ version = "0.1.2"
|
|||
[features]
|
||||
# only used to run our test suite
|
||||
checked = []
|
||||
default = ['stable']
|
||||
stable = []
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
|
@ -24,7 +26,3 @@ members = [
|
|||
|
||||
[dev-dependencies]
|
||||
shared = { path = "shared" }
|
||||
|
||||
[features]
|
||||
default = ['stable']
|
||||
stable = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue