rye: 0.29.0 -> 0.30.0
Diff: https://github.com/mitsuhiko/rye/compare/refs/tags/0.29.0...0.30.0 Changelog: https://github.com/mitsuhiko/rye/releases/tag/0.30.0
This commit is contained in:
parent
857c76e032
commit
af9b4a5477
9
pkgs/development/tools/rye/Cargo.lock
generated
9
pkgs/development/tools/rye/Cargo.lock
generated
@ -630,6 +630,12 @@ dependencies = [
|
|||||||
"syn 2.0.48",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dotenvy"
|
||||||
|
version = "0.15.7"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "either"
|
name = "either"
|
||||||
version = "1.9.0"
|
version = "1.9.0"
|
||||||
@ -1795,7 +1801,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rye"
|
name = "rye"
|
||||||
version = "0.29.0"
|
version = "0.30.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"age",
|
"age",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@ -1808,6 +1814,7 @@ dependencies = [
|
|||||||
"curl",
|
"curl",
|
||||||
"decompress",
|
"decompress",
|
||||||
"dialoguer",
|
"dialoguer",
|
||||||
|
"dotenvy",
|
||||||
"flate2",
|
"flate2",
|
||||||
"fslock",
|
"fslock",
|
||||||
"git-testament",
|
"git-testament",
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "rye";
|
pname = "rye";
|
||||||
version = "0.29.0";
|
version = "0.30.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mitsuhiko";
|
owner = "mitsuhiko";
|
||||||
repo = "rye";
|
repo = "rye";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-rNXzhJazOi815dhqviqtfSTM60Y/5ncKBVn2YhqcKJM=";
|
hash = "sha256-a4u8dBqp9zs4RW7tXN8HjGzvjYFyDUJzEFMxMoGhu4E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
@ -67,6 +67,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
"--skip=test_config_incompatible_format_and_show_path"
|
"--skip=test_config_incompatible_format_and_show_path"
|
||||||
"--skip=test_config_save_missing_folder"
|
"--skip=test_config_save_missing_folder"
|
||||||
"--skip=test_config_show_path"
|
"--skip=test_config_show_path"
|
||||||
|
"--skip=test_dotenv"
|
||||||
"--skip=test_empty_sync"
|
"--skip=test_empty_sync"
|
||||||
"--skip=test_fetch"
|
"--skip=test_fetch"
|
||||||
"--skip=test_init_default"
|
"--skip=test_init_default"
|
||||||
|
Loading…
Reference in New Issue
Block a user