We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf52a70 commit 8b9c70dCopy full SHA for 8b9c70d
Cargo.toml
@@ -1,6 +1,7 @@
1
[package]
2
name = "stacker"
3
version = "0.1.17"
4
+edition = "2021"
5
rust-version = "1.63"
6
authors = ["Alex Crichton <alex@alexcrichton.com>", "Simonas Kazlauskas <stacker@kazlauskas.me>"]
7
build = "build.rs"
psm/Cargo.toml
name = "psm"
version = "0.1.24"
authors = ["Simonas Kazlauskas <psm@kazlauskas.me>"]
description = "Portable Stack Manipulation: stack manipulation and introspection routines"
psm/build.rs
@@ -1,5 +1,3 @@
-extern crate cc;
-
fn find_assembly(
arch: &str,
endian: &str,
0 commit comments