Skip to content

Commit

Permalink
fix: submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Jul 12, 2024
1 parent 63f9d1d commit 3a88d3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "submodules/rusty-http-cache-semantics"]
path = submodules/rusty-http-cache-semantics
url = [email protected]:junkurihara/rusty-http-cache-semantics.git
[submodule "submodules/rustls-acme"]
path = submodules/rustls-acme
url = [email protected]:junkurihara/rustls-acme.git
2 changes: 1 addition & 1 deletion rpxy-acme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ rustls = { version = "0.23.11", default-features = false, features = [
"aws_lc_rs",
] }
rustls-platform-verifier = { version = "0.3.2" }
rustls-acme = { path = "../../rustls-acme/", default-features = false, features = [
rustls-acme = { path = "../submodules/rustls-acme/", default-features = false, features = [
"aws-lc-rs",
] }
1 change: 1 addition & 0 deletions submodules/rustls-acme
Submodule rustls-acme added at 43719f

0 comments on commit 3a88d3c

Please sign in to comment.