diff --git a/Cargo.lock b/Cargo.lock index 804fe926f..8e7a4984f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1792,7 +1792,7 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[package]] name = "rtx-cli" -version = "2023.12.22" +version = "2023.12.23" dependencies = [ "base64", "built", @@ -3043,9 +3043,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.27" +version = "0.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb877ca3232bec99a6472ed63f7241de2a250165260908b2d24c09d867907a85" +checksum = "6c830786f7720c2fd27a1a0e27a709dbd3c4d009b56d098fc742d4f4eab91fe2" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 8b9015912..90a3c9c4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtx-cli" -version = "2023.12.22" +version = "2023.12.23" edition = "2021" description = "Polyglot runtime manager (asdf rust clone)" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index e60fd32e5..a6b321a14 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Install rtx on macOS (other methods [here](#installation)): $ curl https://rtx.jdx.dev/rtx-latest-macos-arm64 > ~/bin/rtx $ chmod +x ~/bin/rtx $ rtx --version -rtx 2023.12.22 +rtx 2023.12.23 ``` Hook rtx into your shell (pick the right one for your shell): @@ -355,7 +355,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.12.22/rtx-v2023.12.22-linux-x64 > /usr/local/bin/rtx +curl https://github.com/jdx/rtx/releases/download/v2023.12.23/rtx-v2023.12.23-linux-x64 > /usr/local/bin/rtx chmod +x /usr/local/bin/rtx ``` diff --git a/default.nix b/default.nix index c6ecab0de..a7417cad1 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ let in rustPlatform.buildRustPackage { pname = "rtx"; - version = "2023.12.22"; + version = "2023.12.23"; src = lib.cleanSource ./.; diff --git a/packaging/rpm/rtx.spec b/packaging/rpm/rtx.spec index 7b08f8631..9c52602d8 100644 --- a/packaging/rpm/rtx.spec +++ b/packaging/rpm/rtx.spec @@ -1,6 +1,6 @@ Summary: Polyglot runtime manager Name: rtx -Version: 2023.12.22 +Version: 2023.12.23 Release: 1 URL: https://github.com/jdx/rtx/ Group: System