bump kit to tag: v0.6.8

This commit is contained in:
hosted-fornet 2024-07-17 21:46:04 -07:00
parent eda6d1a9df
commit cacd1af097
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3357,7 +3357,7 @@ dependencies = [
[[package]]
name = "kit"
version = "0.6.8"
source = "git+https://github.com/kinode-dao/kit?rev=ee064e1#ee064e1a0dcd99abf22c0cd1473295ed6a4efa86"
source = "git+https://github.com/kinode-dao/kit?tag=v0.6.8#7b636305bed2aae6fe36f5ced44181ec7cbdb7a3"
dependencies = [
"anyhow",
"base64 0.21.7",

View File

@ -14,7 +14,7 @@ path = "src/main.rs"
[build-dependencies]
anyhow = "1.0.71"
kit = { git = "https://github.com/kinode-dao/kit", rev = "ee064e1" }
kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.6.8" }
tokio = "1.28"
walkdir = "2.4"
zip = "0.6"