mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 17:17:45 +00:00
bump version for new release
This commit is contained in:
parent
1f06786eb8
commit
d635e0df92
1 changed files with 18 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
name = "cstree"
|
name = "cstree"
|
||||||
version = "0.6.1"
|
version = "0.7.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>",
|
||||||
|
@ -15,7 +15,7 @@ readme = "README.md"
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lasso = { version="0.5", features=["inline-more"] }
|
lasso = { version = "0.5", features = ["inline-more"] }
|
||||||
text-size = "1.0.0"
|
text-size = "1.0.0"
|
||||||
fxhash = "0.2.1"
|
fxhash = "0.2.1"
|
||||||
parking_lot = "0.11.1"
|
parking_lot = "0.11.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue