Skip to content

Commit

Permalink
[feat] fix toolchain version as 2024-05-02
Browse files Browse the repository at this point in the history
  • Loading branch information
hky1999 committed Dec 17, 2024
1 parent 5c86842 commit edd283d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ axerrno = "0.1.0"
memory_addr = "0.3"

axvmconfig = { git = "https://github.com/arceos-hypervisor/axvmconfig.git", default-features = false }
axaddrspace = { git = "https://github.com/arceos-hypervisor/axaddrspace.git" }
axaddrspace = { git = "https://github.com/arceos-hypervisor/axaddrspace.git", branch = "fix_ci" }
axdevice_base = { git = "https://github.com/arceos-hypervisor/axdevice_crates.git", branch = "remove_device" }
5 changes: 5 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[toolchain]
profile = "minimal"
channel = "nightly-2024-05-02"
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
targets = ["x86_64-unknown-none", "riscv64gc-unknown-none-elf", "aarch64-unknown-none", "aarch64-unknown-none-softfloat"]

0 comments on commit edd283d

Please sign in to comment.