@@ -1212,23 +1212,20 @@ dependencies = [
1212
1212
1213
1213
[[package ]]
1214
1214
name = " emerald_kernel_user_link"
1215
- version = " 0.2.3"
1216
- source = " registry+https://github.com/rust-lang/crates.io-index"
1217
- checksum = " 553132cab85a2a497d1ea12e887b0c02ad4d1a17f09900ec74640eacdaa87b97"
1215
+ version = " 0.2.4"
1218
1216
dependencies = [
1219
1217
" compiler_builtins" ,
1220
1218
" rustc-std-workspace-core" ,
1221
1219
]
1222
1220
1223
1221
[[package ]]
1224
1222
name = " emerald_std"
1225
- version = " 0.2.5"
1226
- source = " registry+https://github.com/rust-lang/crates.io-index"
1227
- checksum = " b3728e4814248417c26c01de4c514e4c8a675d77e36eae094d41378a22e12223"
1223
+ version = " 0.2.7"
1228
1224
dependencies = [
1229
1225
" compiler_builtins" ,
1230
1226
" emerald_kernel_user_link" ,
1231
1227
" increasing_heap_allocator" ,
1228
+ " libm 0.2.8 (git+https://github.com/Amjad50/libm?branch=compiling_libm_for_std)" ,
1232
1229
" rustc-std-workspace-alloc" ,
1233
1230
" rustc-std-workspace-core" ,
1234
1231
]
@@ -1780,7 +1777,7 @@ version = "2.1.3"
1780
1777
source = " registry+https://github.com/rust-lang/crates.io-index"
1781
1778
checksum = " 6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1782
1779
dependencies = [
1783
- " libm" ,
1780
+ " libm 0.2.8 (registry+https://github.com/rust-lang/crates.io-index) " ,
1784
1781
]
1785
1782
1786
1783
[[package ]]
@@ -1985,8 +1982,6 @@ dependencies = [
1985
1982
[[package ]]
1986
1983
name = " increasing_heap_allocator"
1987
1984
version = " 0.1.3"
1988
- source = " registry+https://github.com/rust-lang/crates.io-index"
1989
- checksum = " f78a0467200b54f544152c480d8863463dfbee92af6d7fe279f68bf287e5c928"
1990
1985
dependencies = [
1991
1986
" compiler_builtins" ,
1992
1987
" rustc-std-workspace-alloc" ,
@@ -2241,9 +2236,18 @@ dependencies = [
2241
2236
2242
2237
[[package ]]
2243
2238
name = " libm"
2244
- version = " 0.2.7 "
2239
+ version = " 0.2.8 "
2245
2240
source = " registry+https://github.com/rust-lang/crates.io-index"
2246
- checksum = " f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2241
+ checksum = " 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2242
+
2243
+ [[package ]]
2244
+ name = " libm"
2245
+ version = " 0.2.8"
2246
+ source = " git+https://github.com/Amjad50/libm?branch=compiling_libm_for_std#9ded10304060e82d5cb71fcf8ae99a9538802c65"
2247
+ dependencies = [
2248
+ " compiler_builtins" ,
2249
+ " rustc-std-workspace-core" ,
2250
+ ]
2247
2251
2248
2252
[[package ]]
2249
2253
name = " libz-sys"
@@ -2608,7 +2612,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2608
2612
checksum = " 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2609
2613
dependencies = [
2610
2614
" autocfg" ,
2611
- " libm" ,
2615
+ " libm 0.2.8 (registry+https://github.com/rust-lang/crates.io-index) " ,
2612
2616
]
2613
2617
2614
2618
[[package ]]
0 commit comments