Skip to content

Commit

Permalink
chore: fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev committed Aug 24, 2024
1 parent 2b341d8 commit 9dc0fa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stub-macro"
description = "stub!() is a better version of todo!() that can be assigned to a variable"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/DenisGorbachev/stub-macro"
Expand Down
1 change: 1 addition & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ max_width = 100500
chain_width = 60
array_width = 60
struct_lit_width = 0
merge_derives = false

0 comments on commit 9dc0fa5

Please sign in to comment.