Skip to content

Commit

Permalink
➖ Remove git from default features
Browse files Browse the repository at this point in the history
This prevents issues when building for different targets
  • Loading branch information
phoenixr-codes committed May 20, 2024
1 parent cc3ca9c commit 479f9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ clap_complete = { version = "4.5.2", optional = true }

[features]
# See README.md for descriptions about the features.
default = ["export", "git", "manual", "share", "shell-completions", "watch"]
default = ["export", "manual", "share", "shell-completions", "watch"]
config-schema = ["schemars"]
export = ["open"]
git = ["git2"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Feature | Flag | Description |
----------------------|---------------------|---------------------------------|-------------------
**share command** | `share` | Shares add-ons over HTTP | yes
**export command** | `export` | Exports add-ons to Minecraft | yes
**git** | `git` | Handles `git` | yes
**git** | `git` | Handles `git` | no
**shell completions** | `shell-completions` | Generates shell completions | yes
**schema command** | `config-schema` | JSON schema for config file | no
**watch command** | `watch` | Rebuild add-ons on file changes | yes
Expand Down

0 comments on commit 479f9d2

Please sign in to comment.