about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-04-22 05:46:51 +0000
committerTrevor Gross <tmgross@umich.edu>2025-04-22 05:46:51 +0000
commite800bf7df465b95d730311de5baef15499c5ac3a (patch)
treeb40db5a47abbf14e7549656127e008d469b6347b /library/std
parentfae7785b60ea7fe1ad293352c057a5b7be73d245 (diff)
downloadrust-e800bf7df465b95d730311de5baef15499c5ac3a.tar.gz
rust-e800bf7df465b95d730311de5baef15499c5ac3a.zip
Update `compiler_builtins` to 0.1.156
Includes the following changes:

* Provide `abort` on AVR [1]

[1]: https://github.com/rust-lang/compiler-builtins/pull/830
Diffstat (limited to 'library/std')
-rw-r--r--library/std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 917a470842c..42507adcd9f 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -18,7 +18,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
 panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core", public = true }
-compiler_builtins = { version = "=0.1.155" }
+compiler_builtins = { version = "=0.1.156" }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.15", default-features = false, features = [
     'rustc-dep-of-std',