Fixing guide-examples reference to Cushy

This commit is contained in:
Jonathan Johnson 2024-05-12 08:35:14 -07:00
parent db2296c626
commit c566bc2fcf
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -658,7 +658,7 @@ checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
[[package]]
name = "cushy"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"ahash",
"alot",

View file

@ -5,4 +5,4 @@ edition = "2021"
publish = false
[dependencies]
cushy = { version = "0.2.0", path = "../../" }
cushy = { version = "0.3.0", path = "../../" }