mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 09:07:44 +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]
|
||||
edition = "2021"
|
||||
name = "cstree"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
authors = [
|
||||
"Domenic Quirl <DomenicQuirl@pm.me>",
|
||||
"Aleksey Kladov <aleksey.kladov@gmail.com>",
|
||||
|
@ -27,7 +27,7 @@ triomphe = "0.1.3"
|
|||
version = "1.0"
|
||||
optional = true
|
||||
default-features = false
|
||||
features = ["derive"]
|
||||
features = ["derive", "std"]
|
||||
|
||||
[dev-dependencies]
|
||||
m_lexer = "0.0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue