Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jun 6, 2023
1 parent 7ff40d7 commit c41bc09
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 @@ -18,14 +18,14 @@ winapi = { version = "0.3", features = ["processthreadsapi", "libloaderapi", "me
cstr = { version = "0.2", default-features = false }
sysinfo = { version = "0.29", default-features = false }
widestring = { version = "1.0", features = ["std", "alloc"], default-features = false }
path-absolutize = { version = "3.0", default-features = false }
path-absolutize = { version = "3.1", default-features = false }
stopwatch2 = { version = "2.0", default-features = false }
thiserror = { version = "1.0", default-features = false }
num_enum = { version = "0.6", default-features = false }
shrinkwraprs = { version = "0.3", default-features = false }
same-file = { version = "1.0", default-features = false }
konst = { version = "0.3", default-features = false }
iced-x86 = { version = "1.18", features = ["std", "code_asm"], default-features = false, optional = true }
iced-x86 = { version = "1.19", features = ["std", "code_asm"], default-features = false, optional = true }
bincode = { version = "1.3", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, optional = true }

Expand Down

0 comments on commit c41bc09

Please sign in to comment.