Skip to content

Commit

Permalink
Auto merge of #11891 - ehuss:stable-github-rsa, r=pietroalbini
Browse files Browse the repository at this point in the history
[stable] Backport GitHub RSA key revocation

Backports for 1.68.2 patch release:

- Use the new GitHub key: #11883
- Bump the stable version number
- Fix semver check (to pass CI): #11817
- Support revocation markers: #11635
- Revoke the previous GitHub RSA key: #11889
  • Loading branch information
bors committed Mar 26, 2023
2 parents 115f345 + 8c2456b commit 6feb7c9
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo"
version = "0.69.0"
version = "0.69.1"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://crates.io"
Expand Down
Loading

0 comments on commit 6feb7c9

Please sign in to comment.