Skip to content

Commit

Permalink
Merge pull request #786 from yasuyuky/rust-1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuyuky authored Dec 15, 2023
2 parents e028237 + 8e34a42 commit f16f9dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "SSH authentication with the GitHub team and repo"
edition = "2021"
license = "MIT"
readme = "README.md"
rust-version = "1.73.0"
rust-version = "1.74.0"

[dependencies]
futures = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ create-test-conf-env:
@echo "gid = 2022" >> testconf.toml

setup-host-deb:
docker cp ../target/$(target)/debian/sectora_$(VERSION)_*.deb host:/tmp/
docker exec host sh -c "DEBIAN_FRONTEND=noninteractive apt-get install -y /tmp/sectora_$(VERSION)_*.deb"
docker cp ../target/$(target)/debian/sectora_$(VERSION)*.deb host:/tmp/
docker exec host sh -c "DEBIAN_FRONTEND=noninteractive apt-get install -y /tmp/sectora_$(VERSION)*.deb"
docker cp ./testconf.toml host:/etc/sectora.conf
time docker exec host systemctl start sectora
time docker exec host systemctl restart ssh
Expand Down

0 comments on commit f16f9dd

Please sign in to comment.