Skip to content

Commit 2c81b7b

Browse files
committed
Bump versions
1 parent bb8a6fa commit 2c81b7b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.1.1-alpha.1"
15+
version = "0.1.1-alpha.2"
1616
authors = ["@gaker"]
1717
edition = "2021"
1818
license = "MIT OR Apache-2.0"
@@ -21,15 +21,15 @@ repository = "https://github.com/gaker/celestial"
2121
[workspace.dependencies]
2222
# Internal crates
2323
celestial-catalog = { version = "0.1.0-alpha.1", path = "celestial-catalog" }
24-
celestial-core = { version = "0.1.1-alpha.1", path = "celestial-core" }
25-
celestial-time = { version = "0.1.1-alpha.1", path = "celestial-time" }
26-
celestial-coords = { version = "0.1.1-alpha.1", path = "celestial-coords" }
27-
celestial-ephemeris = { version = "0.1.1-alpha.1", path = "celestial-ephemeris" }
28-
celestial-images = { version = "0.1.1-alpha.1", path = "celestial-images" }
29-
celestial-pointing = { version = "0.1.1-alpha.1", path = "celestial-pointing" }
30-
celestial-wcs = { version = "0.1.1-alpha.1", path = "celestial-wcs" }
24+
celestial-core = { version = "0.1.1-alpha.2", path = "celestial-core" }
25+
celestial-time = { version = "0.1.1-alpha.2", path = "celestial-time" }
26+
celestial-coords = { version = "0.1.1-alpha.2", path = "celestial-coords" }
27+
celestial-ephemeris = { version = "0.1.1-alpha.2", path = "celestial-ephemeris" }
28+
celestial-images = { version = "0.1.1-alpha.2", path = "celestial-images" }
29+
celestial-pointing = { version = "0.1.1-alpha.2", path = "celestial-pointing" }
30+
celestial-wcs = { version = "0.1.1-alpha.2", path = "celestial-wcs" }
3131

32-
celestial-eop-data = { version = "0.1.0", path = "../celestial-eop-data" }
32+
celestial-eop-data = { version = "0.1", path = "../celestial-eop-data" }
3333

3434
# External dependencies
3535
anyhow = "1.0"

0 commit comments

Comments
 (0)