diff options
| author | Trevor Gross <tmgross@umich.edu> | 2024-10-26 18:35:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 18:35:41 -0500 |
| commit | ad465ce6bd07feebda7294b432bdfba7a5dc29ff (patch) | |
| tree | 2a99e9bdcc162175a8888946e33e1a4289a0ab82 /library | |
| parent | 73f1e5b8c26d070e0668cf05c1329f3132b87810 (diff) | |
| parent | f9914e98b3cb55af066ac3062d16d4ae504c53d0 (diff) | |
| download | rust-ad465ce6bd07feebda7294b432bdfba7a5dc29ff.tar.gz rust-ad465ce6bd07feebda7294b432bdfba7a5dc29ff.zip | |
Merge pull request #719 from rust-lang/release-plz-2024-10-25T19-38-24Z
chore: release v0.1.136
Diffstat (limited to 'library')
| -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 c29fe6afe62..4a85e5215b2 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.135" +version = "0.1.136" license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)" readme = "README.md" repository = "https://github.com/rust-lang/compiler-builtins" |
