Skip to content

Commit

Permalink
ci: try specifying some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
roberts-pumpurs committed Oct 26, 2024
1 parent b6b6f5c commit b1f5409
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ repository = "https://github.com/roberts-pumpurs/supabase-rs-utils"
homepage = "https://github.com/roberts-pumpurs/supabase-rs-utils"
license = "MIT/Apache-2.0"
edition = "2021"
default-readme = "README.md"
exclude = [
"/.github/",
"/xtask/",
Expand Down Expand Up @@ -61,11 +60,11 @@ mod_module_files = "allow"

[workspace.dependencies]
# our cretes
rp-supabase-mock = { path = "crates/supabase-mock" }
rp-supabase-auth = { path = "crates/supabase-auth" }
rp-supabase-client = { path = "crates/supabase-client" }
rp-postgrest-error = { path = "crates/postgrest-error" }
rp-supabase-realtime = { path = "crates/supabase-realtime" }
rp-supabase-mock = { path = "crates/supabase-mock", version = "*" }
rp-supabase-auth = { path = "crates/supabase-auth", version = "*" }
rp-supabase-client = { path = "crates/supabase-client", version = "*" }
rp-postgrest-error = { path = "crates/postgrest-error", version = "*" }
rp-supabase-realtime = { path = "crates/supabase-realtime", version = "*" }

# fork of postgrest-rs
rp-postgrest = { version = "1" }
Expand Down

0 comments on commit b1f5409

Please sign in to comment.