Skip to content

Commit 1f85ba4

Browse files
committed
fix formatting and version 0.1.2
1 parent dcd29aa commit 1f85ba4

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,6 +1,6 @@
11
[package]
22
name = "sub-solver"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Jorian Woltjer (J0R1AN)"]
66
license = "MIT OR Apache-2.0"

src/solve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
use base64::{prelude::BASE64_STANDARD, Engine};
12
use std::{
23
collections::{HashMap, HashSet},
34
fmt::Display,
45
sync::mpsc,
56
};
6-
use base64::{Engine, prelude::BASE64_STANDARD};
77

88
use crate::Word;
99

0 commit comments

Comments
 (0)