Skip to content

Commit

Permalink
chore(release): Perform v0.8.0 release
Browse files Browse the repository at this point in the history
Merge branch 'release/rc_v0.8.0' to master
  • Loading branch information
GlennBullingham committed Mar 15, 2021
2 parents 78fe296 + bb5c056 commit c5dbee2
Show file tree
Hide file tree
Showing 234 changed files with 7,393 additions and 16,429 deletions.
4 changes: 2 additions & 2 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
rustflags = "-C target-cpu=nehalem"
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=nehalem"]

[profile.release]
lto = "fat"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ test-yamls/*
/package-lock.json
/node_modules
artifacts/
.idea
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ repos:
entry: bash -c "npm install @commitlint/config-conventional @commitlint/cli; cat $1 | npx commitlint"
args: [$1]
stages: [commit-msg]

4 changes: 2 additions & 2 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ comment_width = 80
struct_lit_single_line = false
#changed from Mixed
imports_layout = "HorizontalVertical"
# changed from false
merge_imports = true
# changed from Preserve (merge_imports = false)
imports_granularity="Crate"
#default false
spaces_around_ranges = true
# was 2015
Expand Down
Loading

0 comments on commit c5dbee2

Please sign in to comment.