Document optional codecs and raise MSRV to 1.96
Some checks failed
Native code generation / deterministic (ubuntu-latest) (push) Successful in 1m56s
Imaging and meshing gate / native (ubuntu-latest) (push) Failing after 2m49s
JPEG 2000 feature / linux (push) Failing after 1m0s
Skia feature / linux (push) Failing after 1m38s
Native code generation / deterministic (macos-latest) (push) Has been cancelled
Native code generation / deterministic (windows-latest) (push) Has been cancelled
Imaging and meshing gate / native (macos-latest) (push) Has been cancelled
Imaging and meshing gate / native (windows-latest) (push) Has been cancelled
JPEG 2000 feature / macos (push) Has been cancelled
JPEG 2000 feature / windows (push) Has been cancelled
Skia feature / macos (push) Has been cancelled
Skia feature / windows (push) Has been cancelled

This commit is contained in:
2026-08-09 06:53:05 +00:00
parent fb7d0c6836
commit b2a060d3c6
5 changed files with 48 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ members = [
[workspace.package]
version = "0.0.1"
edition = "2024"
rust-version = "1.85"
rust-version = "1.96"
license = "BSD-3-Clause"
repository = "https://github.com/cinderblocks/libremetaverse"