Skip to content

Commit

Permalink
fix formatting and version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JorianWoltjer committed Feb 19, 2024
1 parent dcd29aa commit 1f85ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sub-solver"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Jorian Woltjer (J0R1AN)"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/solve.rs
@@ -1,9 +1,9 @@
use base64::{prelude::BASE64_STANDARD, Engine};
use std::{
collections::{HashMap, HashSet},
fmt::Display,
sync::mpsc,
};
use base64::{Engine, prelude::BASE64_STANDARD};

use crate::Word;

Expand Down

0 comments on commit 1f85ba4

Please sign in to comment.