Skip to content

Commit 7d9d1bb

Browse files
committed
Rollback rust-toolchain to workaround a linker error
1 parent a2eb145 commit 7d9d1bb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rrt0"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Jay Oster <[email protected]>"]
55
repository = "https://github.com/rust-console/rrt0"
66
description = "Simple cross-platform runtime / startup (like crt0)"

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nightly-2021-08-07

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![feature(core_intrinsics)]
2+
#![feature(global_asm)]
23
#![feature(lang_items)]
34
#![warn(rust_2018_idioms)]
45
#![allow(unused_attributes)]

0 commit comments

Comments
 (0)