Skip to content

Commit

Permalink
feat: remove feature gate to compile in stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
zimond committed Jan 10, 2024
1 parent 90774ff commit 9f71345
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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 = "fontkit"
version = "0.4.5"
version = "0.4.6"
edition = "2021"
authors = ["Zimon Dai <daizhuoxian@gmail.com>"]
description = "A simple library for font loading and indexing"
Expand Down
1 change: 0 additions & 1 deletion rust-toolchain

This file was deleted.

2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(doc_auto_cfg)]

#[cfg(not(wasm))]
use std::cell::RefCell;
#[cfg(not(dashmap))]
Expand Down

0 comments on commit 9f71345

Please sign in to comment.