Skip to content

Commit 2299f28

Browse files
Unpin and update tempfile (#1105)
1 parent c070535 commit 2299f28

File tree

3 files changed

+47
-31
lines changed

3 files changed

+47
-31
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions-rs/cargo@v1
6868
with:
6969
command: install
70-
args: --color=always --git=https://github.com/cross-rs/cross.git --locked --rev=02bf930e0cb0c6f1beffece0788f3932ecb2c7eb --verbose cross
70+
args: --color=always --git=https://github.com/cross-rs/cross.git --locked --rev=e281947ca900da425e4ecea7483cfde646c8a1ea --verbose cross
7171
- name: Build binary
7272
uses: actions-rs/cargo@v1
7373
with:

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ color-print = "0.3.4"
5151
assert_cmd = "2.0.0"
5252
rstest = { version = "0.26.0", default-features = false }
5353
rstest_reuse = "0.7.0"
54-
tempfile = "=3.15.0"
54+
tempfile = "3.15.0"
5555

5656
[features]
5757
default = []

0 commit comments

Comments
 (0)