chore: update example to use latest version of ckanaction

This commit is contained in:
rzmk 2026-05-05 16:51:19 -04:00
parent 582cabbcf8
commit cd565bbda0

View file

@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
ckanaction = "0.1.3"
ckanaction = "0.2.0"
tokio = { version = "1.49.0", features = ["full"] }