Skip to content

Commit

Permalink
build: Update version and add build targets
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Skrasek <hunterskrasek@me.com>
  • Loading branch information
hskrasek committed Jun 4, 2024
1 parent e4593e4 commit 38fac2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bear2reflect"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -51,6 +51,9 @@ debug = 0 # Do not include debug symbols
[profile.dev]
opt-level = 0 # Keep it 0 for faster build times during development

[build]
target = ["x86_64-apple-darwin", "aarch64-apple-darwin"]

[target.x86_64-apple-darwin]
rustflags = ["-C", "target-cpu=native"]

Expand Down

0 comments on commit 38fac2b

Please sign in to comment.