Skip to content

Nightly builds of ht32-rs/ht32-rs that are created on every push to master

Notifications You must be signed in to change notification settings

ht32-rs/ht32-rs-nightlies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HT32 Peripheral Access Crates - Nightly Builds

This repository contains automated builds of the ht32-rs crates, rebuilt whenever a PR is merged to the master branch. Consult the ht32-rs README for full details.

Using These Builds

Edit your Cargo.toml:

[dependencies.ht32f5xxxx]
git = "https://github.com/ht32-rs/ht32-rs-nightlies"
features = ["ht32f52342_52", "rt"]

The nightlies should always build and be as stable as the latest release, but typically with the latest patches and updates.

Using These Builds With Cargo.lock

Since no commit history is stored in this repository (to keep download sizes small), if you depend on a specific git commit (for example if one ends up in your Cargo.lock file) it will eventually be removed from this repository, breaking your build until you update.

For local development builds this shouldn't be a problem, but for CI systems it might be annoying. The recommended solution is to fork this repository; your fork will not update automatically and so will persist the commit you use until you manually update the fork (either by pushing a new commit to it or by deleting and re-forking it).

About

Nightly builds of ht32-rs/ht32-rs that are created on every push to master

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages