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 4e886b5 commit d346c01Copy full SHA for d346c01
generator/requirements.txt
@@ -13,5 +13,6 @@ pytest~=6.2
13
pytest-cov~=3.0
14
pytest-xdist~=2.4
15
pyyaml # PyYAML API is very stable
16
-tox # Tox is (generally) designed to be very backwards compatible
+tox==3.25.0
17
+tox-run-command==0.4
18
voluptuous~=0.12
rust/sbp/Cargo.toml
@@ -71,4 +71,4 @@ serialport = "2.1.0"
71
72
[package.metadata.docs.rs]
73
# Whether to pass `--all-features` to Cargo when building docs for docs.rs
74
-all-features = true
+all-features = true
0 commit comments