We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc86f9 commit f528d5dCopy full SHA for f528d5d
packages/minimp4/Cargo.toml
@@ -9,11 +9,11 @@ license = "MPL-2.0"
9
name = "minimp4"
10
readme = "README.md"
11
repository = "https://github.com/darkskygit/minimp4.rs"
12
-version = "0.1.1"
+version = "0.1.2"
13
14
[features]
15
aac = ["fdk-aac-sys"]
16
-default = ["aac"]
+default = []
17
18
[dependencies]
19
fdk-aac-sys = { version = "0.5.0", optional = true }
0 commit comments