Skip to content

Commit

Permalink
ci: Rename crates-registry -> agrian-registry
Browse files Browse the repository at this point in the history
I'd renamed this to `crates-registry` since that's the name of the backing git repo, yet didn't change the env vars for the GH actions to match. Reverting these instead of renaming the related GH secret for now.
  • Loading branch information
turboladen committed Oct 10, 2023
1 parent 713494e commit 6cf76f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[registries]
crates-registry = { index = "ssh://git@github.com/telus-agcg/crates-registry.git" }
agrian-registry = { index = "ssh://git@github.com/telus-agcg/crates-registry.git" }
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ rust-version = "1.64.0"

[workspace.dependencies]
approx = "0.5"
ffi_common = { version = "0.7", registry = "crates-registry" }
ffi_common = { version = "0.7", registry = "agrian-registry" }
lazy_static = "1.4"
serde = { version = "1.0", features = ["derive"] }
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/agrian-inc/wise_units"
license = "MIT"
authors = ["Steve Loveless <steve@agrian.com>"]
edition = "2021"
publish = ["crates-registry"]
publish = ["agrian-registry"]

[dependencies]
approx.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ repository = "https://github.com/agrian-inc/wise_units"
license = "MIT"
authors = ["Nicholas Smillie <nicholas@agrian.com>"]
edition = "2021"
publish = ["crates-registry"]
publish = ["agrian-registry"]

[dependencies]
ffi_common.workspace = true
wise_units = { version = "0.22", registry = "crates-registry" }
wise_units = { version = "0.22", registry = "agrian-registry" }

[build-dependencies]
cbindgen = "0.26.0"
Expand Down

0 comments on commit 6cf76f3

Please sign in to comment.