Skip to content

Commit

Permalink
stop tracking vscode and add semver as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrisWasTaken committed May 9, 2024
1 parent a516787 commit ca62b9d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Cargo.lock
!.vscode/*.code-snippets
.history/
*.vsix
.vscode/

# Packaging
/packaging/**/pkg
Expand Down
6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ snafu = "0.8"

# Data
lazy_static = "1.4"
semver = {git = "https://github.com/FerrisWasTaken/semver.git", features = ["extism_support"]}
serde = { version = "1.0.200", features = ["derive"] }
serde-aux = "4.5"
serde_yaml = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion paxy-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default-target = "wasm32-wasi"
[dependencies]
extism-pdk = "1.1.0"
toml = "0.8.12"
semver = { workspace = true, features = ["extism_support"]}
semver = {git = "https://github.com/FerrisWasTaken/semver.git", features = ["extism_support"]}
reqwest = { version = "0.11", features = ["blocking", "json"] }

[lib]
Expand Down

0 comments on commit ca62b9d

Please sign in to comment.