Skip to content

Commit

Permalink
Rollback rust-toolchain to workaround a linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Jun 16, 2022
1 parent a2eb145 commit 7d9d1bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rrt0"
version = "0.3.0"
version = "0.3.1"
authors = ["Jay Oster <[email protected]>"]
repository = "https://github.com/rust-console/rrt0"
description = "Simple cross-platform runtime / startup (like crt0)"
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly-2021-08-07
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![feature(core_intrinsics)]
#![feature(global_asm)]
#![feature(lang_items)]
#![warn(rust_2018_idioms)]
#![allow(unused_attributes)]
Expand Down

0 comments on commit 7d9d1bb

Please sign in to comment.