Skip to content

Commit 35bc4b8

Browse files
authored
DLPX-92948 Upgrade rust tools to 1.84.1 (#22)
PR URL: https://www.github.com/delphix/delphix-rust/pull/22
1 parent bddbd29 commit 35bc4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
2121
dh $@
2222

2323
override_dh_install:
24-
./scripts/fetch-and-run-installer.sh "1.80.0" "/usr" "debian/tmp" $(DEB_HOST_GNU_CPU)
24+
./scripts/fetch-and-run-installer.sh "1.84.1" "/usr" "debian/tmp" $(DEB_HOST_GNU_CPU)
2525

2626
dh_install --autodest "debian/tmp/*"
2727

0 commit comments

Comments
 (0)