Skip to content

Commit

Permalink
tag: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Sep 7, 2023
1 parent 5fbcfd2 commit b76b617
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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,5 +1,5 @@
[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[package]
Expand Down
2 changes: 1 addition & 1 deletion src/entry.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use {
crate::{get_path_info, normalize_url, PathInfo},
anyhow::{anyhow, Context, Result},
anyhow::{Context, Result},
gix::discover,
regex::Regex,
serde::{Deserialize, Serialize},
Expand Down

0 comments on commit b76b617

Please sign in to comment.