update to blink v1.0.0

This commit is contained in:
2025-03-25 20:56:04 +01:00
parent 9b58d16e6e
commit 725721af8b
2 changed files with 20 additions and 20 deletions

View File

@ -30,7 +30,7 @@ return {
},
-- use a release tag to download pre-built binaries
version = 'v0.*',
version = '*',
-- OR build from source, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust
-- build = 'cargo build --release',
-- If you use nix, you can build from source using latest nightly rust with: