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 a2eb145 commit 7d9d1bbCopy full SHA for 7d9d1bb
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rrt0"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = ["Jay Oster <[email protected]>"]
5
repository = "https://github.com/rust-console/rrt0"
6
description = "Simple cross-platform runtime / startup (like crt0)"
rust-toolchain
@@ -0,0 +1 @@
+nightly-2021-08-07
src/lib.rs
@@ -1,4 +1,5 @@
#![feature(core_intrinsics)]
+#![feature(global_asm)]
#![feature(lang_items)]
#![warn(rust_2018_idioms)]
#![allow(unused_attributes)]
0 commit comments