Skip to content

Commit

Permalink
fix(build): remove http from default-members
Browse files Browse the repository at this point in the history
http was moved out of didkit, so remove it from default-members to be able to compile.

Also get rid of deprecated .cargo/config
  • Loading branch information
Ian Hamilton committed Aug 1, 2024
1 parent 92ac2a6 commit e60a506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .cargo/config

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = ["cli", "lib", "lib/cbindings", "lib/web"]

default-members = ["http", "cli", "lib", "lib/cbindings"]
default-members = ["cli", "lib", "lib/cbindings"]

# $ cargo release
[workspace.metadata.release]
Expand Down

0 comments on commit e60a506

Please sign in to comment.