Crates.io | patchver |
lib.rs | patchver |
version | 0.2.0 |
source | src |
created_at | 2024-08-16 04:24:30.474155 |
updated_at | 2024-10-01 03:05:55.308575 |
description | Tool to promote exisiting Deno binaries to a different version |
homepage | |
repository | |
max_upload_size | |
id | 1339916 |
size | 13,213 |
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