Skip to content

Commit

Permalink
Update to vectorscan-rs v0.0.2 for more portable binaries (#175)
Browse files Browse the repository at this point in the history
* Update to vectorscan-rs v0.0.2 for more portable binaries
* Update CHANGELOG
  • Loading branch information
bradlarsen authored Apr 18, 2024
1 parent d9032e1 commit 9e293fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Upon `noseyparker` startup, if resource limits cannot be adjusted, instead of crashing, a warning is printed and the process attempts to continue ([#170](https://github.com/praetorian-inc/noseyparker/issues/170)).

- The prepackaged releases and binaries produced by the default settings of `cargo build` should now be more portable across microarchitectures ([#175](https://github.com/praetorian-inc/noseyparker/pull/175)).
Previously, the builds would be tied to the microarchitecture of the build system; this would sometimes result in binaries that were not portable across machines, particularly on x86_64.


## [v0.17.0](https://github.com/praetorian-inc/noseyparker/releases/v0.17.0) (2024-03-05)

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/noseyparker-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tracing = "0.1"
tracing-log = "0.2"
tracing-subscriber = { version = "0.3", features = ["tracing-log", "ansi", "env-filter", "smallvec", "fmt"], default_features = false }
url = "2.3"
vectorscan-rs = { version = "0.0.1" }
vectorscan-rs = { version = "0.0.2" }

[dev-dependencies]
assert_cmd = { version = "2.0", features = ["color-auto"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/noseyparker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ thiserror = "1"
tokio = "1.23"
tracing = "0.1"
url = "2.3"
vectorscan-rs = { version = "0.0.1" }
vectorscan-rs = { version = "0.0.2" }

[dev-dependencies]
pretty_assertions = "1.3"

0 comments on commit 9e293fa

Please sign in to comment.