Skip to content

For testing pixels minimal Rust version in continuous integration.

Notifications You must be signed in to change notification settings

parasyte/pixels-ci-rust-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pixels-ci-rust-version

This exists as a separate repository from the main pixels crate for its MSRV testing. The produced binary does not do anything. In fact, it crashes because the mock window is not fully implemented. It is not intended to be used for anything other than building in CI.

It is necessary to use a separate repository to avoid the shared workspace. This example compiles the latest development branch of pixels on the oldest version of Rust possible. See Cargo.toml for the rust-version that will be used.

The pixels CI runs periodically. Because this repo does not include Cargo.lock, these periodic builds will always test the most recent dependency tree.

About

For testing pixels minimal Rust version in continuous integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages