Skip to content

Commit

Permalink
v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Sep 22, 2024
1 parent 584e61c commit 3963f80
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
41 changes: 25 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "realm"
version = "2.6.1"
version = "2.6.2"
authors = ["zhboner <[email protected]>"]
edition = "2021"

Expand Down Expand Up @@ -31,10 +31,10 @@ realm_core = { path = "realm_core" }
# common
cfg-if = "1"
futures = "0.3"
walkdir = "2"

# runtime
tokio = { version = "1", features = ["rt"] }
walkdir = "2"

# logger
log = "0.4"
Expand Down

0 comments on commit 3963f80

Please sign in to comment.