Skip to content

Commit

Permalink
bumps auxtools [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0SH1M4S73R committed Mar 18, 2024
1 parent 242ca8b commit 268d826
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auxlua"
version = "1.4.2"
version = "1.4.3"
authors = ["Y0SH1M4S73R <[email protected]>"]
edition = "2021"

Expand All @@ -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"]
Expand Down

0 comments on commit 268d826

Please sign in to comment.