Skip to content

Commit c2175be

Browse files
committed
Use hltas = 0.6.0
1 parent 379c62e commit c2175be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ color-eyre = { version = "0.6.2", default-features = false }
1919
crossbeam-channel = "0.5.6"
2020
git-version = "0.3.5"
2121
glam = "0.21.3"
22-
hltas = { git = "https://github.com/HLTAS/hltas.git", features = ["serde1"] }
22+
hltas = { version = "0.6.0", features = ["serde1"] }
2323
ipc-channel = "0.16.0"
2424
libc = "0.2.132"
2525
libloading = "0.7.3"

bxt-strafe/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ edition = "2021"
77
arrayvec = { version = "0.7.2", features = ["serde"] }
88
bxt-vct = { path = "../bxt-vct" }
99
glam = { version = "0.21.3", features = ["serde"] }
10-
hltas = { git = "https://github.com/HLTAS/hltas.git" }
10+
hltas = "0.6.0"
1111
serde = { version = "1.0.144", features = ["derive"] }
1212
tap = "1.0.1"
1313

1414
[dev-dependencies]
1515
ncollide3d = "0.33.0"
1616
proptest = "1.0.0"
1717
proptest-derive = "0.3.0"
18-
hltas = { git = "https://github.com/HLTAS/hltas.git", features = ["proptest1"] }
18+
hltas = { version = "0.6.0", features = ["proptest1"] }

0 commit comments

Comments
 (0)