Skip to content

Commit

Permalink
Fixed builds under 1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
ondra05 committed Sep 27, 2023
1 parent 6371168 commit 8a5cf88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 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 arch-ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "BSD-2-Clause-Patent"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
delegate = "0.10"
delegate = "0.9"
lazy_static = "1"
target-tuples = "0.5.5"
paste = "1"
Expand Down
4 changes: 1 addition & 3 deletions arch-ops/src/holeybytes/codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ impl<W: InsnWrite> HbEncoder<W> {
self.write_addr(32, addr, true)
},
};
}?;

Ok(())
}
}
}

0 comments on commit 8a5cf88

Please sign in to comment.