| Crates.io | patchver |
| lib.rs | patchver |
| version | 0.3.0 |
| created_at | 2024-08-16 04:24:30.474155+00 |
| updated_at | 2025-04-23 04:12:24.238197+00 |
| description | Tool to promote exisiting Deno binaries to a different version |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1339916 |
| size | 18,379 |
Tool to promote exisiting Deno binaries to a different version.
cargo install patchver
Modify your code to use sui to get current version at run-time.
use once_cell::sync::Lazy;
static CHANNEL: Lazy<&str> = Lazy::new(|| {
libsui::find_section("denover")
.unwrap_or("stable")
});
Promote to new channel:
patchver deno deno_new --channel rc