Skip to content

Commit

Permalink
fix(*): fix MSRV 1.40 issues in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-woelker committed Nov 26, 2022
1 parent 1d58685 commit 0ed7811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2018"
travis-ci = { repository = "manuel-woelker/rust-vfs", branch = "master" }

[dependencies]
rust-embed = { version = "6.3.0", optional = true }
rust-embed-impl = { version = "6.2.0", optional = true }
rust-embed = { version = "6.3.*", optional = true }
rust-embed-impl = { version = "6.2.*", optional = true }

[dev-dependencies]
uuid = { version = "=0.8.1", features = ["v4"] }
Expand Down

0 comments on commit 0ed7811

Please sign in to comment.