Skip to content

Commit

Permalink
Merge pull request project-machine#106 from ariel-miculas/fix_build_w…
Browse files Browse the repository at this point in the history
…ith_latest_nightly

Fix build with latest nightly compiler
  • Loading branch information
hallyn authored Aug 16, 2023
2 parents 97c59cc + 4db6063 commit 721d35f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ serde = { version = "^1.0.27", features = [ "derive" ] }
serde_json = "*"
nix = "*"
xattr = "*"
thiserror = "*"
thiserror = "1.0.46"
hex = "*"
memmap2 = "0.5.10"
capnp = "0.17"
Expand Down
1 change: 0 additions & 1 deletion format/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![feature(error_generic_member_access)]
#![feature(provide_any)]
mod types;
pub use types::*;

Expand Down

0 comments on commit 721d35f

Please sign in to comment.