Skip to content

Commit

Permalink
chore: fix dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Nov 15, 2023
1 parent 89b41f1 commit 65aca12
Show file tree
Hide file tree
Showing 45 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ updates:
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/dap-bin"
directory: "/proxy-bin"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/dap-lib"
directory: "/proxy-lib"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]

members = ["dap-bin", "dap-lib", "legacy"]
members = ["proxy-bin", "proxy-lib", "legacy"]
exclude = ["legacy"]
resolver = "2"

Expand Down
2 changes: 1 addition & 1 deletion dap-bin/Cargo.toml → proxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
doh-auth-proxy-lib = { path = "../dap-lib/" }
doh-auth-proxy-lib = { path = "../proxy-lib/" }

anyhow = "1.0.75"
mimalloc = { version = "*", default-features = false }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 65aca12

Please sign in to comment.