Skip to content

Commit 34b86ef

Browse files
bashandboneCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 366a0b5 commit 34b86ef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ edition = "2024"
99
rust-version = "1.85"
1010
description = "A headache-free submodule management tool, built on top of gitoxide. Manage sparse checkouts, submodule updates, and adding/removing submodules with ease."
1111
authors = ["Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>"]
12-
license = "LICENSE.md" # Plain MIT license: plainlicense.org/licenses/permissive/mit/
12+
license = "MIT" # Plain MIT license: plainlicense.org/licenses/permissive/mit/
13+
license-file = "LICENSE.md"
1314
repository = "https://github.com/bashandbone/submod"
1415
homepage = "https://github.com/bashandbone/submod"
1516
documentation = "https://docs.rs/submod"
@@ -77,7 +78,7 @@ thiserror = "2.0.12"
7778
# bitflags for status flags
7879
bitflags = "2.6.0"
7980

80-
# As of submod v0.20, git2 no longer optional
81+
# As of submod v0.2.0, git2 no longer optional
8182
# gix_submodule just isn't mature enough to realistically provide our functionality without falling back to git2
8283
git2 = { version = "0.20.2" }
8384

0 commit comments

Comments
 (0)