Skip to content

Commit 9dc0fa5

Browse files
chore: fix configs
1 parent 2b341d8 commit 9dc0fa5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stub-macro"
33
description = "stub!() is a better version of todo!() that can be assigned to a variable"
4-
version = "0.1.5"
4+
version = "0.1.6"
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"
77
homepage = "https://github.com/DenisGorbachev/stub-macro"

rustfmt.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ max_width = 100500
22
chain_width = 60
33
array_width = 60
44
struct_lit_width = 0
5+
merge_derives = false

0 commit comments

Comments
 (0)