From 268d826fb038b6b7638ce659dc06980b31f6f055 Mon Sep 17 00:00:00 2001 From: Y0SH1M4S73R Date: Sun, 17 Mar 2024 22:33:26 -0400 Subject: [PATCH] bumps auxtools [release] --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 10 +++++----- Cargo.toml | 8 ++++---- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0470c58..94abaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.4] + +### Fixes + +- Bumps the version dependency of auxtools, adding support for up to 515.1633 on all platforms + +## [1.4.3] + +### Fixes + +- Bumps the version dependency of auxtools, adding support for up to 515.1621 on all platforms + ## [1.4.2] ### Added diff --git a/Cargo.lock b/Cargo.lock index 236ae3e..66be568 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -159,7 +159,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "auxcov" version = "1.0.0" -source = "git+https://github.com/willox/auxtools#efcedd352b49c325dbf6ee21e44ffc0604020dd6" +source = "git+https://github.com/willox/auxtools#4553e97661ca5c2838961553ef1306ab8a170715" dependencies = [ "auxtools", "dmasm", @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "auxlua" -version = "1.4.2" +version = "1.4.3" dependencies = [ "auxcov", "auxtools", @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "auxtools" version = "0.1.0" -source = "git+https://github.com/willox/auxtools#efcedd352b49c325dbf6ee21e44ffc0604020dd6" +source = "git+https://github.com/willox/auxtools#4553e97661ca5c2838961553ef1306ab8a170715" dependencies = [ "ahash 0.7.6", "auxtools-impl", @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "auxtools-impl" version = "0.1.0" -source = "git+https://github.com/willox/auxtools#efcedd352b49c325dbf6ee21e44ffc0604020dd6" +source = "git+https://github.com/willox/auxtools#4553e97661ca5c2838961553ef1306ab8a170715" dependencies = [ "hex", "proc-macro2", @@ -1005,7 +1005,7 @@ dependencies = [ [[package]] name = "instruction_hooking" version = "1.0.0" -source = "git+https://github.com/willox/auxtools#efcedd352b49c325dbf6ee21e44ffc0604020dd6" +source = "git+https://github.com/willox/auxtools#4553e97661ca5c2838961553ef1306ab8a170715" dependencies = [ "auxtools", "cc", diff --git a/Cargo.toml b/Cargo.toml index e8f5f38..1a25e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auxlua" -version = "1.4.2" +version = "1.4.3" authors = ["Y0SH1M4S73R "] edition = "2021" @@ -10,9 +10,9 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -auxtools = {git = "https://github.com/willox/auxtools"} -auxcov = {git = "https://github.com/willox/auxtools", optional = true, default-features = false } -mlua = {version = "0.8.2", features = ["luau"]} +auxtools = { git = "https://github.com/willox/auxtools" } +auxcov = { git = "https://github.com/willox/auxtools", optional = true, default-features = false } +mlua = { version = "0.8.2", features = ["luau"] } [features] coverage = ["auxcov"]