Skip to content

Commit

Permalink
Bump lune-utils dependency in lune-std
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jun 1, 2024
1 parent 3030158 commit 649bdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lune-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", default-features = false, features = ["fs", "sync"] }

lune-utils = { version = "0.1.0", path = "../lune-utils" }
lune-utils = { version = "0.1.1", path = "../lune-utils" }

lune-std-datetime = { optional = true, version = "0.1.1", path = "../lune-std-datetime" }
lune-std-fs = { optional = true, version = "0.1.0", path = "../lune-std-fs" }
Expand Down

0 comments on commit 649bdc4

Please sign in to comment.