Skip to content

Commit 64e720d

Browse files
authored
fix: diffy patch application for pure renames, timestamp rendering and release 0.49.0 (#1962)
1 parent 0d068f9 commit 64e720d

Some content is hidden

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

66 files changed

+3772
-3480
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# GitHub syntax highlighting
22
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
33
Cargo.lock merge=binary linguist-generated=true
4+
5+
# Test data files should always use LF line endings for cross-platform consistency
6+
test-data/patch_application/**/*.py text eol=lf

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
submodules: recursive
3636
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
3737
with:
38-
toolchain: "1.86.0"
38+
toolchain: "1.89.0"
3939
components: clippy,rustfmt
4040
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
4141
# https://github.com/actions/runner-images/issues/5459#issuecomment-1532856844
@@ -142,7 +142,7 @@ jobs:
142142
- name: Install Rust toolchain
143143
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1
144144
with:
145-
toolchain: "1.86.0"
145+
toolchain: "1.89.0"
146146
target: ${{ matrix.target }}
147147

148148
- name: Install musl-gcc

0 commit comments

Comments
 (0)