Skip to content

Commit dcda600

Browse files
committed
Update platforms requirement from 0.2.1 to 1.1.0
1 parent 1230133 commit dcda600

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ assert_cmd = "1.0"
125125
nix = "0.17"
126126
serde_json = "1.0"
127127
regex = "1"
128-
platforms = "0.2.1"
128+
platforms = "1.1.0"
129129

130130
[build-dependencies]
131131
structopt = { version = "0.3.8", optional = true }

utils/build-script-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ readme = "README.md"
1616
targets = ["x86_64-unknown-linux-gnu"]
1717

1818
[dependencies]
19-
platforms = "0.2.1"
19+
platforms = "1.1.0"

0 commit comments

Comments
 (0)