Skip to content

Commit

Permalink
Migrate to Rust 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
ff14wed committed Feb 8, 2023
1 parent 17751f7 commit e954c22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "deucalion"
version = "0.1.0"
authors = ["ff14wed"]
edition = "2018"
edition = "2021"

[lib]
name = "deucalion"
Expand Down
1 change: 0 additions & 1 deletion src/procloader.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::convert::TryInto;
use std::mem;
use std::ptr;

Expand Down

0 comments on commit e954c22

Please sign in to comment.