Skip to content

Commit

Permalink
Merge pull request #617 from stlankes/lib
Browse files Browse the repository at this point in the history
add latest version of the kernel
  • Loading branch information
stlankes committed Sep 14, 2024
2 parents fa8ede7 + a6b8d14 commit 94d4878
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions examples/vsock/src/vsock.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

/// Virtio socket support for Rust. Implements VsockListener and VsockStream
/// which are analogous to the `std::net::TcpListener` and `std::net::TcpStream`
/// types.
Expand Down
2 changes: 1 addition & 1 deletion kernel
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-06-18"
channel = "nightly-2024-09-01"
components = [ "rust-src" ]

0 comments on commit 94d4878

Please sign in to comment.