We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb59dc commit 71b9451Copy full SHA for 71b9451
1 file changed
Cargo.toml
@@ -8,16 +8,16 @@ edition = "2024"
8
envir = "1.2"
9
log = "0.4"
10
redpitaya-scpi = "0.28"
11
-relm4 = "0.10"
12
-relm4-components = "0.10"
+relm4 = "0.11"
+relm4-components = "0.11"
13
14
[dependencies.clap]
15
version = "4.0"
16
features = ["derive"]
17
18
[dependencies.gtk]
19
package = "gtk4"
20
-version = "0.10"
+version = "0.11"
21
22
[dependencies.tokio]
23
version = "1.42"
0 commit comments