Skip to content

Commit

Permalink
Now available on stable Rust! (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualX authored Mar 27, 2021
1 parent 0026a14 commit e1eaef3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "obfstr"
version = "0.2.4"
version = "0.2.5"
edition = "2018"
license = "MIT"

Expand Down
3 changes: 0 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use std::env;

fn main() {
// "Forgive me, Father, for I have sinned"
println!("cargo:rustc-env=RUSTC_BOOTSTRAP=1");

// Accept external source of randomness
println!("cargo:rerun-if-env-changed=OBFSTR_SEED");

Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Compiletime string constant obfuscation.
*/

#![feature(min_const_generics)]
#![no_std]

use core::{char, fmt, ops, ptr, str};
Expand Down

0 comments on commit e1eaef3

Please sign in to comment.