Skip to content

Commit 503d560

Browse files
authored
Merge pull request #7241 from rust-lang/renovate/rust-1.x
Update Rust to v1.73.0
2 parents 9464d8c + 7dff1fa commit 503d560

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.72.1"
2+
channel = "1.73.0"

src/tests/owners.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,8 +738,8 @@ fn test_accept_invitation_by_mail() {
738738
assert_eq!(json.users.len(), 2);
739739
}
740740

741-
//// Hacky way to simulate the expiration of an ownership invitation. Instead of letting a month
742-
//// pass, the creation date of the invite is moved back a month.
741+
/// Hacky way to simulate the expiration of an ownership invitation. Instead of letting a month
742+
/// pass, the creation date of the invite is moved back a month.
743743
fn expire_invitation(app: &TestApp, crate_id: i32) {
744744
use crates_io::schema::crate_owner_invitations;
745745

0 commit comments

Comments
 (0)