Skip to content

Commit

Permalink
use librealm_io v0.2.7, libkaminari v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Apr 27, 2022
1 parent e38e60f commit 72d1dbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaminari-cmd"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
authors = ["zephyr <[email protected]>"]
repository = "https://github.com/zephyrchien/kaminari/cmd"
Expand All @@ -9,8 +9,8 @@ readme = "README.md"
license = "GPL-3.0"

[dependencies]
kaminari = "0.7.1"
realm_io = "0.2.1"
kaminari = "0.7.2"
realm_io = "0.2.7"
tokio = { version = "1", features = ["rt", "net", "macros"] }
anyhow = "1"

Expand Down

0 comments on commit 72d1dbd

Please sign in to comment.