diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2022-03-18 20:12:07 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2022-03-18 20:12:07 +0000 |
| commit | 8abefcd926c9d4e9261c286cac923c7deef30f5a (patch) | |
| tree | 13f910e2f868e80e78c8452494e1420d66eaefd8 /library/compiler-builtins | |
| parent | efe4e6aeb5fcbe95ebdc8ac90e299224ab1259cf (diff) | |
| download | rust-8abefcd926c9d4e9261c286cac923c7deef30f5a.tar.gz rust-8abefcd926c9d4e9261c286cac923c7deef30f5a.zip | |
Bump to 0.1.71
Diffstat (limited to 'library/compiler-builtins')
| -rw-r--r-- | library/compiler-builtins/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml index 80e118a9478..8c49b8c9e8f 100644 --- a/library/compiler-builtins/Cargo.toml +++ b/library/compiler-builtins/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio <japaricious@gmail.com>"] name = "compiler_builtins" -version = "0.1.70" +version = "0.1.71" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/compiler-builtins" |
