Skip to content

Commit 83a5747

Browse files
committed
chore(library/std): update api version to 0.4.2
1 parent 34fc5ec commit 83a5747

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

library/Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ dependencies = [
317317

318318
[[package]]
319319
name = "safa-abi"
320-
version = "0.3.1"
320+
version = "0.3.5"
321321
source = "registry+https://github.com/rust-lang/crates.io-index"
322-
checksum = "7c0c8ba71aab2529ff26acbaeb1ecceb7262c03e6f7be97ef6630cbcb8229e33"
322+
checksum = "84acbadeb09388fb32472716c6ad7bb07672c35dde24765a6f471f99ec8570fc"
323323
dependencies = [
324324
"compiler_builtins",
325325
"rustc-std-workspace-alloc",
@@ -328,9 +328,9 @@ dependencies = [
328328

329329
[[package]]
330330
name = "safa-api"
331-
version = "0.4.1"
331+
version = "0.4.2"
332332
source = "registry+https://github.com/rust-lang/crates.io-index"
333-
checksum = "2d8675e96f4b09861bf12ca60fe4bc9ef969b09d536091ecd823e0742ab2171d"
333+
checksum = "68a665bfbe599f8b50c4c6098ff01d7a310c14cc3ddce7e9639bf7849b6d2f02"
334334
dependencies = [
335335
"compiler_builtins",
336336
"rustc-std-workspace-alloc",

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ hermit-abi = { version = "0.5.0", features = [
7878
], public = true }
7979

8080
[target.'cfg(target_os = "safaos")'.dependencies]
81-
safa-api = { version = "0.4.1", features = ['rustc-dep-of-std'], public = true }
81+
safa-api = { version = "0.4.2", features = ['rustc-dep-of-std'], public = true }
8282

8383
[target.'cfg(target_os = "wasi")'.dependencies]
8484
wasi = { version = "0.11.0", features = [

0 commit comments

Comments
 (0)