about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2024-10-26 18:35:41 -0500
committerGitHub <noreply@github.com>2024-10-26 18:35:41 -0500
commitad465ce6bd07feebda7294b432bdfba7a5dc29ff (patch)
tree2a99e9bdcc162175a8888946e33e1a4289a0ab82
parent73f1e5b8c26d070e0668cf05c1329f3132b87810 (diff)
parentf9914e98b3cb55af066ac3062d16d4ae504c53d0 (diff)
downloadrust-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
-rw-r--r--library/compiler-builtins/Cargo.toml2
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"