-
- Downloads
stable vs nightly features
... | @@ -15,9 +15,15 @@ version = "0.3.0" | ... | @@ -15,9 +15,15 @@ version = "0.3.0" |
[dependencies] | [dependencies] | ||
vcell = "0.1.0" | vcell = "0.1.0" | ||
array-debug = { git = "https://gitlab.henriktjader.com/pln/array-debug", optional = true } | |||
[features] | [features] | ||
debug-fmt = [] | debug-fmt = [] | ||
nightly = ["array-debug"] | |||
[dev-dependencies] | [[example]] | ||
array-debug = { git = "https://gitlab.henriktjader.com/pln/array-debug" } | name = "example" | ||
\ No newline at end of file | |||
[[example]] | |||
name = "example2" | |||
required-features = ["nightly"] |
Please register or sign in to comment