Skip to content

Commit

Permalink
deps: freedom-config -> 1.0.0, freedom-models -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-leinz committed Oct 21, 2024
1 parent 367ae20 commit 54f00d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ url = { version = "2.5.0" }
moka = { version = "0.12.3", features = ["future"], optional = true }

# ATLAS internal dependencies
freedom-config = { git = "https://github.com/ATLAS-Space-Operations/rust-freedom-config", branch = "main", features = ["serde"] }
freedom-models = { git = "https://github.com/ATLAS-Space-Operations/rust-freedom-models", branch = "main", features = ["serde"] }
freedom-config = { version = "1.0.0", features = ["serde"] }
freedom-models = { version = "1.0.0", features = ["serde"] }

[dev-dependencies]
futures = { version = "0.3.30" }
Expand Down

0 comments on commit 54f00d9

Please sign in to comment.