Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit c887c9e

Browse files
committed
chore: Update rce-engine version to 1.2.2
1 parent a258c79 commit c887c9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rce-engine"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
authors = ["Success Kingsley <hello@xosnrdev.tech>"]
55
edition = "2021"
66

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs ? import <nixpkgs> { } }:
22
pkgs.rustPlatform.buildRustPackage rec {
33
pname = "rce-engine";
4-
version = "1.2.1";
4+
version = "1.2.2";
55
cargoLock.lockFile = ./Cargo.lock;
66
src = pkgs.lib.cleanSource ./.;
77
}

docs/install/ubuntu-22.04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ usermod -aG docker rce
2828
```bash
2929
mkdir /home/rce/bin
3030
cd /home/rce/bin
31-
wget https://github.com/toolkithub/rce-engine/releases/download/v.1.2.1/rce-engine_linux-x64.tar.gz
31+
wget https://github.com/toolkithub/rce-engine/releases/download/v.1.2.2/rce-engine_linux-x64.tar.gz
3232
tar -zxf rce-engine_linux-x64.tar.gz
3333
rm rce-engine_linux-x64.tar.gz
3434
chown -R rce:rce /home/rce/bin

0 commit comments

Comments
 (0)