Skip to content

Commit f47bba8

Browse files
committed
BumpVer: 0.2.2
1 parent 08e8dd5 commit f47bba8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "map-api"
33
description = "Raft state machine"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["Databend Authors <[email protected]>"]
66
license = "Apache-2.0"
77
edition = "2021"

src/match_seq/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
pub mod errors;
1616

17-
#[allow(lippy::module_inception)]
17+
#[allow(clippy::module_inception)]
1818
mod match_seq;
1919
mod match_seq_ext;
2020
mod match_seq_ext_impls;

0 commit comments

Comments
 (0)