From c212385cd6a50f0ffee58d95f3c6c5783f465231 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:43:53 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 38 +++++++++++--------------------------- Cargo.toml | 2 +- README.md | 4 ++-- default.nix | 2 +- man/man1/rtx.1 | 4 ++-- packaging/rpm/rtx.spec | 2 +- 6 files changed, 18 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 165f757f06..fc2ae9bd08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f658e2baef915ba0f26f1f7c42bfb8e12f532a01f449a090ded75ae7a07e9ba2" +checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5" dependencies = [ "flate2", "futures-core", @@ -865,9 +865,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.21" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" +checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" dependencies = [ "bytes", "fnv", @@ -875,19 +875,13 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 1.9.3", + "indexmap", "slab", "tokio", "tokio-util", "tracing", ] -[[package]] -name = "hashbrown" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" - [[package]] name = "hashbrown" version = "0.14.2" @@ -1053,16 +1047,6 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" -[[package]] -name = "indexmap" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" -dependencies = [ - "autocfg", - "hashbrown 0.12.3", -] - [[package]] name = "indexmap" version = "2.1.0" @@ -1070,7 +1054,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ "equivalent", - "hashbrown 0.14.2", + "hashbrown", "serde", ] @@ -1777,7 +1761,7 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[package]] name = "rtx-cli" -version = "2023.11.3" +version = "2023.11.4" dependencies = [ "base64", "built", @@ -1799,7 +1783,7 @@ dependencies = [ "fslock", "humantime", "indenter", - "indexmap 2.1.0", + "indexmap", "indicatif", "indoc", "insta", @@ -1850,9 +1834,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.23" +version = "0.38.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb93593068e9babdad10e4fce47dc9b3ac25315a72a59766ffd9e9a71996a04" +checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234" dependencies = [ "bitflags 2.4.1", "errno 0.3.6", @@ -2439,7 +2423,7 @@ version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" dependencies = [ - "indexmap 2.1.0", + "indexmap", "serde", "serde_spanned", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 9719c47a3c..c7d103d292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtx-cli" -version = "2023.11.3" +version = "2023.11.4" edition = "2021" description = "Polyglot runtime manager (asdf rust clone)" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 81768ec365..7f88fadb3a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Install rtx on macOS (other methods [here](#installation)): $ curl https://rtx.pub/rtx-latest-macos-arm64 > ~/bin/rtx $ chmod +x ~/bin/rtx $ rtx --version -rtx 2023.11.3 +rtx 2023.11.4 ``` Hook rtx into your shell (pick the right one for your shell): @@ -340,7 +340,7 @@ npx rtx-cli exec python@3.11 -- python some_script.py Download the latest release from [GitHub](https://github.com/jdx/rtx/releases). ``` -curl https://github.com/jdx/rtx/releases/download/v2023.11.3/rtx-v2023.11.3-linux-x64 > /usr/local/bin/rtx +curl https://github.com/jdx/rtx/releases/download/v2023.11.4/rtx-v2023.11.4-linux-x64 > /usr/local/bin/rtx chmod +x /usr/local/bin/rtx ``` diff --git a/default.nix b/default.nix index 68f22719c9..ab572d16b2 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ let in rustPlatform.buildRustPackage { pname = "rtx"; - version = "2023.11.3"; + version = "2023.11.4"; src = lib.cleanSource ./.; diff --git a/man/man1/rtx.1 b/man/man1/rtx.1 index a2d5470622..1345216dc2 100644 --- a/man/man1/rtx.1 +++ b/man/man1/rtx.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH rtx 1 "rtx 2023.11.3" +.TH rtx 1 "rtx 2023.11.4" .SH NAME rtx \- Polyglot runtime manager (asdf rust clone) .SH SYNOPSIS @@ -150,6 +150,6 @@ Examples: $ rtx use \-g node@system Use system node everywhere unless overridden $ rtx x node@20 \-\- node app.js Run `node app.js` with node\-20.x on PATH .SH VERSION -v2023.11.3 +v2023.11.4 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/rtx.spec b/packaging/rpm/rtx.spec index ba63f74550..0901064e6e 100644 --- a/packaging/rpm/rtx.spec +++ b/packaging/rpm/rtx.spec @@ -1,6 +1,6 @@ Summary: Polyglot runtime manager Name: rtx -Version: 2023.11.3 +Version: 2023.11.4 Release: 1 URL: https://github.com/jdx/rtx/ Group: System