Skip to content

Commit 699a8be

Browse files
committed
[library/std Cargo]: update safa-api and use the crates.io version instead
1 parent e2d8db3 commit 699a8be

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

library/Cargo.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ version = "0.2.21"
4040
source = "registry+https://github.com/rust-lang/crates.io-index"
4141
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
4242

43-
[[package]]
44-
name = "arrayvec"
45-
version = "0.7.6"
46-
source = "git+https://github.com/ObserverUnit/arrayvec#e5e58b2fc46256a699f601cb5ed869101e909326"
47-
dependencies = [
48-
"compiler_builtins",
49-
"rustc-std-workspace-alloc",
50-
"rustc-std-workspace-core",
51-
]
52-
5343
[[package]]
5444
name = "cc"
5545
version = "1.2.0"
@@ -324,25 +314,26 @@ dependencies = [
324314
]
325315

326316
[[package]]
327-
name = "safa-api"
328-
version = "0.1.1"
329-
source = "git+https://github.com/SafaOS/safa-api#a0081435c19ba9055b42e64694a7dd9d3eea599a"
317+
name = "safa-abi"
318+
version = "0.1.0"
319+
source = "registry+https://github.com/rust-lang/crates.io-index"
320+
checksum = "98006e8f0b2c5e080173dead429060fe691e28b670e9bb4a4695810d0f597553"
330321
dependencies = [
331322
"compiler_builtins",
332323
"rustc-std-workspace-alloc",
333324
"rustc-std-workspace-core",
334-
"safa-utils",
335325
]
336326

337327
[[package]]
338-
name = "safa-utils"
339-
version = "0.1.0"
340-
source = "git+https://github.com/SafaOS/SafaOS?branch=rust#c5dcf1f9d92a88143620b0feaf1b5293c44c398b"
328+
name = "safa-api"
329+
version = "0.1.2"
330+
source = "registry+https://github.com/rust-lang/crates.io-index"
331+
checksum = "9a695660120af507b2fc52c0e86f99df08248d81ce7eec6e957ced2d964359ca"
341332
dependencies = [
342-
"arrayvec",
343333
"compiler_builtins",
344334
"rustc-std-workspace-alloc",
345335
"rustc-std-workspace-core",
336+
"safa-abi",
346337
]
347338

348339
[[package]]

library/std/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ hermit-abi = { version = "0.4.0", features = [
7777
], public = true }
7878

7979
[target.'cfg(target_os = "safaos")'.dependencies]
80-
safa-api = { version = "0.1.1", git = "https://github.com/SafaOS/safa-api", features = [
81-
'rustc-dep-of-std',
82-
], public = true }
80+
safa-api = { version = "0.1.2", features = ['rustc-dep-of-std'], public = true }
8381

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

0 commit comments

Comments
 (0)