mirror of
https://github.com/danbulant/cushy
synced 2026-06-18 14:01:10 +00:00
Fixing guide-examples reference to Cushy
This commit is contained in:
parent
db2296c626
commit
c566bc2fcf
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -658,7 +658,7 @@ checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
|
|||
|
||||
[[package]]
|
||||
name = "cushy"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"alot",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
cushy = { version = "0.2.0", path = "../../" }
|
||||
cushy = { version = "0.3.0", path = "../../" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue