Skip to content

Commit c22512b

Browse files
committed
add rustfmt config
1 parent 224c32b commit c22512b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
edition = "2021"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keybinds"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2021"
55
authors = ["rhysd <[email protected]>"]
66
description = "Platform&Framework-agnostic key binding (keyboard shortcut) parser and dispatcher"

0 commit comments

Comments
 (0)