Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dotdat committed Sep 3, 2024
1 parent 99fa10b commit 0f5de57
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion crates/rover-graphql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "rover-graphql"
version = "0.1.0"
version = "0.0.0"
edition = "2021"

publish = false

[dependencies]
buildstructor = { workspace = true }
bytes = { workspace = true }
Expand Down
4 changes: 3 additions & 1 deletion crates/rover-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "rover-http"
version = "0.1.0"
version = "0.0.0"
edition = "2021"

publish = false

[dependencies]
buildstructor = { workspace = true }
bytes = "1.7.1"
Expand Down
4 changes: 3 additions & 1 deletion crates/rover-studio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "rover-studio"
version = "0.1.0"
version = "0.0.0"
edition = "2021"

publish = false

[dependencies]
bytes = { workspace = true }
buildstructor = { workspace = true }
Expand Down

0 comments on commit 0f5de57

Please sign in to comment.