Skip to content

Commit d1462e5

Browse files
committed
Try bumping version
1 parent a8e1497 commit d1462e5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

library/Cargo.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
name = "alloc"
2929
version = "0.0.0"
3030
dependencies = [
31-
"compiler_builtins 0.1.159",
31+
"compiler_builtins 0.1.161",
3232
"core",
3333
]
3434

@@ -61,19 +61,19 @@ dependencies = [
6161

6262
[[package]]
6363
name = "compiler_builtins"
64-
version = "0.1.159"
64+
version = "0.1.160"
65+
source = "registry+https://github.com/rust-lang/crates.io-index"
66+
checksum = "6376049cfa92c0aa8b9ac95fae22184b981c658208d4ed8a1dc553cd83612895"
6567
dependencies = [
66-
"cc",
67-
"panic-handler",
6868
"rustc-std-workspace-core",
6969
]
7070

7171
[[package]]
7272
name = "compiler_builtins"
73-
version = "0.1.160"
74-
source = "registry+https://github.com/rust-lang/crates.io-index"
75-
checksum = "6376049cfa92c0aa8b9ac95fae22184b981c658208d4ed8a1dc553cd83612895"
73+
version = "0.1.161"
7674
dependencies = [
75+
"cc",
76+
"panic-handler",
7777
"rustc-std-workspace-core",
7878
]
7979

@@ -208,7 +208,7 @@ name = "panic_abort"
208208
version = "0.0.0"
209209
dependencies = [
210210
"alloc",
211-
"compiler_builtins 0.1.159",
211+
"compiler_builtins 0.1.161",
212212
"core",
213213
"libc",
214214
]
@@ -219,7 +219,7 @@ version = "0.0.0"
219219
dependencies = [
220220
"alloc",
221221
"cfg-if",
222-
"compiler_builtins 0.1.159",
222+
"compiler_builtins 0.1.161",
223223
"core",
224224
"libc",
225225
"unwind",
@@ -339,7 +339,7 @@ dependencies = [
339339
"addr2line",
340340
"alloc",
341341
"cfg-if",
342-
"compiler_builtins 0.1.159",
342+
"compiler_builtins 0.1.161",
343343
"core",
344344
"dlmalloc",
345345
"fortanix-sgx-abi",
@@ -408,7 +408,7 @@ name = "unwind"
408408
version = "0.0.0"
409409
dependencies = [
410410
"cfg-if",
411-
"compiler_builtins 0.1.159",
411+
"compiler_builtins 0.1.161",
412412
"core",
413413
"libc",
414414
"unwinding",

library/compiler-builtins/compiler-builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Jorge Aparicio <[email protected]>"]
33
name = "compiler_builtins"
4-
version = "0.1.159"
4+
version = "0.1.161"
55
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
66
readme = "README.md"
77
repository = "https://github.com/rust-lang/compiler-builtins"

0 commit comments

Comments
 (0)