Skip to content

Commit

Permalink
Change package name for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
theoforger committed Nov 21, 2024
1 parent 0936011 commit bb84226
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mastermind"
version = "1.0.0"
name = "mastermind-cli"
version = "1.0.1"
edition = "2021"
authors = ["theoforger <[email protected]>"]
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use dotenv::dotenv;
use std::env;
use std::error::Error;

use mastermind::{
use mastermind_cli::{
api, clues, configs, model_collection, read_words_from_file, write_content_to_file, Args,
};

Expand Down

0 comments on commit bb84226

Please sign in to comment.