forked from kemitix/git-next
chore(deps): Bump kxio from 0.1 to 1.0
This commit is contained in:
parent
c6251052b7
commit
968f9dd73d
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ base64 = "0.22"
|
||||||
gix = "0.62"
|
gix = "0.62"
|
||||||
|
|
||||||
# fs/network
|
# fs/network
|
||||||
kxio = "0.1" # { git = "https://git.kemitix.net/kemitix/kxio.git", branch = "main" }
|
kxio = { version = "1.0", features = [
|
||||||
|
"fs",
|
||||||
|
"network",
|
||||||
|
] } # { git = "https://git.kemitix.net/kemitix/kxio.git", branch = "main" }
|
||||||
|
|
||||||
# fs
|
# fs
|
||||||
tempfile = "3.10"
|
tempfile = "3.10"
|
||||||
|
|
Loading…
Reference in a new issue