Skip to content

Commit

Permalink
Use the certain version of gstuff to avoid worning related to depreca…
Browse files Browse the repository at this point in the history
…ted gstuff::Constructible
  • Loading branch information
rozhkovdmitrii committed Apr 3, 2023
1 parent c09e924 commit c13f0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/adex_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = { version = "1", features = ["preserve_order", "raw_value"] }
sysinfo = "0.28"
tiny-bip39 = "0.8.0"
tokio = { version = "1.20", features = [ "macros" ] }
gstuff = { version = "=0.7.4" , features = [ "nightly" ]}
gstuff = { version = "0.7" , features = [ "nightly" ]}

[target.'cfg(all(not(target_arch = "wasm32"), not(windows)))'.dependencies]
fork = "0.1"
Expand Down

0 comments on commit c13f0e2

Please sign in to comment.