Skip to content

Commit c5dbee2

Browse files
chore(release): Perform v0.8.0 release
Merge branch 'release/rc_v0.8.0' to master
2 parents 78fe296 + bb5c056 commit c5dbee2

File tree

234 files changed

+7393
-16429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+7393
-16429
lines changed

.cargo/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[build]
2-
rustflags = "-C target-cpu=nehalem"
1+
[target.x86_64-unknown-linux-gnu]
2+
rustflags = ["-C", "target-cpu=nehalem"]
33

44
[profile.release]
55
lto = "fat"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ test-yamls/*
1313
/package-lock.json
1414
/node_modules
1515
artifacts/
16+
.idea

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ repos:
3737
entry: bash -c "npm install @commitlint/config-conventional @commitlint/cli; cat $1 | npx commitlint"
3838
args: [$1]
3939
stages: [commit-msg]
40-

.rustfmt.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ comment_width = 80
77
struct_lit_single_line = false
88
#changed from Mixed
99
imports_layout = "HorizontalVertical"
10-
# changed from false
11-
merge_imports = true
10+
# changed from Preserve (merge_imports = false)
11+
imports_granularity="Crate"
1212
#default false
1313
spaces_around_ranges = true
1414
# was 2015

0 commit comments

Comments
 (0)