Skip to content

Commit

Permalink
Merge pull request #41 from exdx/fix/gitignore
Browse files Browse the repository at this point in the history
fix: ignore .DS_Store; bump version
  • Loading branch information
exdx authored Aug 14, 2022
2 parents 61b7f8b + 21ce8f0 commit c945695
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.idea

test_runs/

.DS_Store
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcp"
version = "0.2.1"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern crate pretty_env_logger;
#[macro_use]
extern crate log;

pub const VERSION: &str = "0.2.1";
pub const VERSION: &str = "0.3.0";

#[derive(Debug)]
pub struct Config {
Expand Down

0 comments on commit c945695

Please sign in to comment.