Skip to content

Commit

Permalink
fix: Build on stable
Browse files Browse the repository at this point in the history
TODO:
- Build out CLI
- Switch from Iroh documents to `iroh-willow` when it releases
  • Loading branch information
emmyoh committed Jan 3, 2025
1 parent d9988b4 commit b9b3de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions _rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "stable"
2 changes: 0 additions & 2 deletions rust-toolchain.toml

This file was deleted.

3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![doc = include_str!("../README.md")]
#![feature(doc_auto_cfg)]
#![feature(trait_upcasting)]
// #![feature(doc_auto_cfg)]
#![warn(missing_docs)]

/// Configuration of an Oku file system node.
Expand Down

0 comments on commit b9b3de1

Please sign in to comment.