about summary refs log tree commit diff
path: root/library/compiler-builtins
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-08-06 21:48:51 +0000
committerGitHub <noreply@github.com>2024-08-06 21:48:51 +0000
commit41df199623a12fbf79097e2d0aa5c7b1eeca2cb5 (patch)
tree2c881e90ee41574084d6e5a00dfc0deb179a4b74 /library/compiler-builtins
parent54f851d68fd57f1574255b98412eefde8aaa4e47 (diff)
downloadrust-41df199623a12fbf79097e2d0aa5c7b1eeca2cb5.tar.gz
rust-41df199623a12fbf79097e2d0aa5c7b1eeca2cb5.zip
chore: release
Diffstat (limited to 'library/compiler-builtins')
-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 805b44cad0f..6c07fd555ef 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.115"
+version = "0.1.116"
 license = "MIT/Apache-2.0"
 readme = "README.md"
 repository = "https://github.com/rust-lang/compiler-builtins"