Skip to content

Commit

Permalink
fix: upgrade amp-common for fix openssl-sys deps error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed May 8, 2024
1 parent 7553d1f commit 83781da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 117 deletions.
126 changes: 10 additions & 116 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
Expand Up @@ -22,7 +22,7 @@ members = [
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table
[workspace.dependencies]
amp-builder = { path = "builder" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.8.2" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.8.3" }
amp-resolver = { path = "resolver" }
amp-resources = { path = "resources" }
amp-workflow = { path = "workflow" }
Expand Down

0 comments on commit 83781da

Please sign in to comment.