Skip to content

Commit 43f9253

Browse files
committed
feat(library/std net::safaos): init UDP
1 parent a28cb66 commit 43f9253

File tree

3 files changed

+453
-4
lines changed

3 files changed

+453
-4
lines changed

library/Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ dependencies = [
319319

320320
[[package]]
321321
name = "safa-abi"
322-
version = "0.5.3"
322+
version = "0.5.4"
323323
source = "registry+https://github.com/rust-lang/crates.io-index"
324-
checksum = "0dff02820bf9a9206ba3f1ce76dc0ead67e15fbdda32c316ff6452680c71b7a5"
324+
checksum = "7c4584430f60d16f7ad5eef28c7246bb1578b8cea3129f8dc6f7be0fbc658dee"
325325
dependencies = [
326326
"compiler_builtins",
327327
"rustc-std-workspace-alloc",
@@ -331,7 +331,7 @@ dependencies = [
331331
[[package]]
332332
name = "safa-api"
333333
version = "0.4.3"
334-
source = "git+https://github.com/SafaOS/safa-api#fc4410ba07ce23aabb08705298a70822a2f4ea5f"
334+
source = "git+https://github.com/SafaOS/safa-api#ce2e5644ca1dc7a8d987635bfc1a827238acf2dd"
335335
dependencies = [
336336
"compiler_builtins",
337337
"rustc-std-workspace-alloc",

0 commit comments

Comments
 (0)