From 15d9646cb46d5434ed9aa7a149383a7e0da26c7f Mon Sep 17 00:00:00 2001 From: kmanc Date: Mon, 19 May 2025 11:42:09 -0400 Subject: [PATCH] i had forgotten to bump versions (#86) --- process_hollowing/Cargo.toml | 2 +- process_migration/Cargo.toml | 2 +- rco_utils/Cargo.toml | 2 +- tcp_reverse_shell/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/process_hollowing/Cargo.toml b/process_hollowing/Cargo.toml index a5aff9f..078accf 100644 --- a/process_hollowing/Cargo.toml +++ b/process_hollowing/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "process_hollowing" repository = "https://github.com/kmanc/remote_code_oxidation/tree/main/process_hollowing" rust-version = "1.63" -version = "1.13.0" +version = "1.14.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/process_migration/Cargo.toml b/process_migration/Cargo.toml index efe3fd8..bc1d160 100644 --- a/process_migration/Cargo.toml +++ b/process_migration/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "process_migration" repository = "https://github.com/kmanc/remote_code_oxidation/tree/main/process_migration" rust-version = "1.63" -version = "1.13.0" +version = "1.14.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rco_utils/Cargo.toml b/rco_utils/Cargo.toml index c161753..d51f351 100644 --- a/rco_utils/Cargo.toml +++ b/rco_utils/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "rco_utils" repository = "https://github.com/kmanc/remote_code_oxidation/tree/main/rco_utils" rust-version = "1.63" -version = "1.4.0" +version = "1.5.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tcp_reverse_shell/Cargo.toml b/tcp_reverse_shell/Cargo.toml index cc4e7bf..ece0576 100644 --- a/tcp_reverse_shell/Cargo.toml +++ b/tcp_reverse_shell/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "tcp_reverse_shell" repository = "https://github.com/kmanc/remote_code_oxidation/tree/main/tcp_reverse_shell" rust-version = "1.63" -version = "1.7.0" +version = "1.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html