Skip to content

Commit

Permalink
Update to re_rav1d 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 14, 2024
1 parent aeeade0 commit 017ef53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5379,9 +5379,9 @@ dependencies = [

[[package]]
name = "re_rav1d"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9505a568b5cf6d270ab1aabc8159f0b67f43d46c1dd27088a7cd11f845a1fd6"
checksum = "87508c6294ed905bf0bca0d5922edb2ad8a20a740eb0a5b7f56646106c884f18"
dependencies = [
"assert_matches",
"atomig",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ re_math = "0.20.0"
# If this package fails to build, install `nasm` locally, or build through `pixi`.
# NOTE: we use `dav1d` as an alias for our own re_rav1d crate
# See https://github.com/rerun-io/re_rav1d/pull/2
dav1d = { package = "re_rav1d", version = "0.1.0", default-features = false }
dav1d = { package = "re_rav1d", version = "0.1.1", default-features = false }
# dav1d = { version = "0.10.3" } # Requires separate install of `dav1d` library. Fast in debug builds. Useful for development.

# egui-crates:
Expand Down

0 comments on commit 017ef53

Please sign in to comment.