mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 17:17:45 +00:00
fix serde features for new resolver; new version
fixes doc builds
This commit is contained in:
parent
4121cd0468
commit
1b08c9405e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "cstree"
|
name = "cstree"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Domenic Quirl <DomenicQuirl@pm.me>",
|
"Domenic Quirl <DomenicQuirl@pm.me>",
|
||||||
"Aleksey Kladov <aleksey.kladov@gmail.com>",
|
"Aleksey Kladov <aleksey.kladov@gmail.com>",
|
||||||
|
@ -27,7 +27,7 @@ triomphe = "0.1.3"
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
optional = true
|
optional = true
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["derive"]
|
features = ["derive", "std"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
m_lexer = "0.0.4"
|
m_lexer = "0.0.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue