Skip to content

Commit 8b9c70d

Browse files
bjorn3nagisa
authored andcommitted
Use edition 2021 to suppress cargo warning
1 parent cf52a70 commit 8b9c70d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "stacker"
33
version = "0.1.17"
4+
edition = "2021"
45
rust-version = "1.63"
56
authors = ["Alex Crichton <[email protected]>", "Simonas Kazlauskas <[email protected]>"]
67
build = "build.rs"

psm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "psm"
33
version = "0.1.24"
4+
edition = "2021"
45
authors = ["Simonas Kazlauskas <[email protected]>"]
56
build = "build.rs"
67
description = "Portable Stack Manipulation: stack manipulation and introspection routines"

psm/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
extern crate cc;
2-
31
fn find_assembly(
42
arch: &str,
53
endian: &str,

0 commit comments

Comments
 (0)