Skip to content

Commit 9f71345

Browse files
committed
feat: remove feature gate to compile in stable rust
1 parent 90774ff commit 9f71345

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
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 = "fontkit"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2021"
55
authors = ["Zimon Dai <[email protected]>"]
66
description = "A simple library for font loading and indexing"

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(doc_auto_cfg)]
2-
31
#[cfg(not(wasm))]
42
use std::cell::RefCell;
53
#[cfg(not(dashmap))]

0 commit comments

Comments
 (0)