Skip to content

Commit

Permalink
Update dependencies and version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brmmm3 committed Oct 26, 2024
1 parent dc17964 commit b6515b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyscandir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scandir_rs"
version = "2.7.3"
version = "2.8.0"
authors = ["Martin Bammer <mrbm74@gmail.com>"]
description = "A fast file tree scanner written in Rust"
edition = "2021"
Expand Down Expand Up @@ -30,7 +30,7 @@ bincode = { version = "1.3", optional = true }
serde = { version = "1.0", optional = true }
serde_derive = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
scandir = { version = "2.7" }
scandir = { version = "2.8" }
#scandir = { path = "../scandir", version = "2.7.3" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion pyscandir/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scandir-rs"
version = "2.7.3"
version = "2.8.0"
authors = [{ name = "Martin Bammer", email = "mrbm74@gmail.com" }]
description = "A fast file tree scanner written in Rust"
license = "MIT"
Expand Down

0 comments on commit b6515b6

Please sign in to comment.