merge [features] tables

This commit is contained in:
Jorge Aparicio
2018-10-24 00:18:30 +02:00
committed by GitHub
parent 284f2d007c
commit ad5641b23f
+2 -4
View File
@@ -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 = []