Skip to content

Commit e34b7f3

Browse files
committed
Clone tags
1 parent 7af827e commit e34b7f3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpp-py-format"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Andrew Gaspar <[email protected]>","Joshua Brown <[email protected]>"]
55
edition = "2024"
66

src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ impl App {
219219
"-b",
220220
branch,
221221
"--depth",
222+
"--tags",
222223
&depth.to_string(),
223224
&format!(
224225
"https://x-access-token:{}@github.com/{}.git",

0 commit comments

Comments
 (0)