File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " redox_uefi"
3
- version = " 0.1.11 "
3
+ version = " 0.1.12 "
4
4
edition = " 2021"
5
5
description = " UEFI support library"
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " redox_uefi_alloc"
3
- version = " 0.1.11 "
3
+ version = " 0.1.12 "
4
4
edition = " 2021"
5
5
description = " UEFI allocation support"
6
6
license = " MIT"
@@ -11,4 +11,4 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
11
11
name = " uefi_alloc"
12
12
13
13
[dependencies ]
14
- redox_uefi = { path = " ../uefi" , version = " 0.1.11 " }
14
+ redox_uefi = { path = " ../uefi" , version = " 0.1.12 " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " redox_uefi_std"
3
- version = " 0.1.11 "
3
+ version = " 0.1.12 "
4
4
edition = " 2021"
5
5
description = " UEFI standard library"
6
6
license = " MIT"
@@ -11,5 +11,5 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
11
11
name = " uefi_std"
12
12
13
13
[dependencies ]
14
- redox_uefi = { path = " ../uefi" , version = " 0.1.11 " }
15
- redox_uefi_alloc = { path = " ../uefi_alloc" , version = " 0.1.11 " }
14
+ redox_uefi = { path = " ../uefi" , version = " 0.1.12 " }
15
+ redox_uefi_alloc = { path = " ../uefi_alloc" , version = " 0.1.12 " }
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " nightly-2023-01-21 "
2
+ channel = " nightly-2024-05-11 "
3
3
components = [" rust-src" ]
You can’t perform that action at this time.
0 commit comments