We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8e0b0 commit 35fb233Copy full SHA for 35fb233
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "amdgpu-sysfs"
3
-version = "0.19.2"
+version = "0.19.3"
4
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
5
edition = "2021"
6
license = "LGPL-3.0-or-later"
@@ -16,8 +16,8 @@ enum_dispatch = { version = "0.3.8", optional = true }
16
serde = { version = "1", features = ["derive"], optional = true }
17
18
[dev-dependencies]
19
-pretty_assertions = "1.2.1"
20
-rust-embed = "6.4.2"
21
-tempfile = "3.3"
+pretty_assertions = "1.4.1"
+rust-embed = "8.7.2"
+tempfile = "3.22.0"
22
amdgpu-sysfs = { path = ".", features = ["serde"] }
23
-insta = { version = "1.28.0", features = ["yaml", "redactions"] }
+insta = { version = "1.43.2", features = ["yaml", "redactions"] }
0 commit comments