Skip to content

Commit b4d6f47

Browse files
committed
use old name as the folder name to facilitate cherrypicks
1 parent 66a3b5e commit b4d6f47

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+12
-12
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
2-
members = ["async-openai-wasm", "async-openai-*", "examples/*"]
2+
members = ["async-openai", "async-openai-*", "examples/*"]
33
# Only check / build main crates by default (check all with `--workspace`)
4-
default-members = ["async-openai-wasm", "async-openai-*"]
4+
default-members = ["async-openai", "async-openai-*"]
55
resolver = "2"
66

77
[workspace.package]

README.md

Lines changed: 1 addition & 1 deletion
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 commit comments

Comments
 (0)