Skip to content

Commit f528d5d

Browse files
committed
chore: disable aac feature by default
1 parent dbc86f9 commit f528d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/minimp4/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ license = "MPL-2.0"
99
name = "minimp4"
1010
readme = "README.md"
1111
repository = "https://github.com/darkskygit/minimp4.rs"
12-
version = "0.1.1"
12+
version = "0.1.2"
1313

1414
[features]
1515
aac = ["fdk-aac-sys"]
16-
default = ["aac"]
16+
default = []
1717

1818
[dependencies]
1919
fdk-aac-sys = { version = "0.5.0", optional = true }

0 commit comments

Comments
 (0)