Skip to content

Commit 1bed85b

Browse files
committed
Move to main git branch
1 parent 1c49557 commit 1bed85b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Linux
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
env:
1010
CARGO_TERM_COLOR: always

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: macOS
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
env:
1010
CARGO_TERM_COLOR: always

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Windows
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
env:
1010
CARGO_TERM_COLOR: always

zstd-safe/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ It is close to a 1-for-1 mapping to the C functions, but uses rust types like sl
66

77
For a more comfortable higher-level library (with `Read`/`Write` implementations), see [zstd-rs].
88

9-
[zstd-rs]: https://github.com/gyscos/zstd-rs/tree/master/zstd-safe/zstd-sys
9+
[zstd-rs]: https://github.com/gyscos/zstd-rs/tree/main/zstd-safe/zstd-sys
1010
[zstd-rs]: https://github.com/gyscos/zstd-rs

zstd-safe/zstd-sys/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ cargo build --features bindgen
3232

3333
[zstd]: https://github.com/facebook/zstd
3434
[zstd-rs]: https://github.com/gyscos/zstd-rs
35-
[zstd-safe]: https://github.com/gyscos/zstd-rs/tree/master/zstd-safe
35+
[zstd-safe]: https://github.com/gyscos/zstd-rs/tree/main/zstd-safe

0 commit comments

Comments
 (0)