Skip to content

Commit 2cb4234

Browse files
committed
Fix rust-toolchain action name
1 parent 8a7ab4e commit 2cb4234

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Install Rust
25-
uses: dtolnay/rust-action@stable
25+
uses: dtolnay/rust-toolchain@stable
2626

2727
- name: Install build dependencies
2828
run: |

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026-2026 BigEdit Contributors
3+
Copyright (c) 2026 Jegor van Opdorp
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)