Skip to content

Commit

Permalink
Merge branch 'main' into documentation/pull_request_and_issue_templat…
Browse files Browse the repository at this point in the history
…e/update_versions_20240426_035608_573
  • Loading branch information
hlts2 authored Apr 30, 2024
2 parents 90c7754 + fe962e4 commit 6f31411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.d/dependencies.mk
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ go/example/deps:
## install Rust package dependencies
rust/deps: \
rust/install
sed -i "2s/channel = \"[0-9]\+\.[0-9]\+\(\.[0-9]\+\)\?\"/channel = \"$(RUST_VERSION)\"/g" $(ROOTDIR)/rust/rust-toolchain.toml
sed -i "17s/channel = \"[0-9]\+\.[0-9]\+\(\.[0-9]\+\)\?\"/channel = \"$(RUST_VERSION)\"/g" $(ROOTDIR)/rust/rust-toolchain.toml
cd $(ROOTDIR)/rust && $(CARGO_HOME)/bin/cargo update && cd -

.PHONY: update/chaos-mesh
Expand Down

0 comments on commit 6f31411

Please sign in to comment.