We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4897f50 commit d65f25dCopy full SHA for d65f25d
Cargo.toml
@@ -64,7 +64,7 @@ num-derive = "0.3"
64
paste = "0.1"
65
noop_proc_macro = "0.2.0"
66
serde = { version = "1.0", features = ["derive"], optional = true }
67
-dav1d-sys = { version = "0.2", optional = true }
+dav1d-sys = { version = "0.3", optional = true }
68
aom-sys = { version = "0.1.3", optional = true }
69
scan_fmt = { version = "0.2.3", optional = true, default-features = false }
70
ivf = { version = "0.1", path = "ivf/", optional = true }
@@ -87,7 +87,7 @@ default-features = false
87
features = ["png_codec"]
88
89
[dependencies.rust_hawktracer]
90
-version = "0.6.0"
+version = "0.7.0"
91
features = ["profiling_enabled"]
92
optional = true
93
0 commit comments