1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00
This commit is contained in:
Robin Appelman 2023-12-21 17:50:25 +01:00
commit 1ed6b0f5c9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -457,7 +457,7 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]] [[package]]
name = "vbsp" name = "vbsp"
version = "0.4.0" version = "0.5.0"
dependencies = [ dependencies = [
"ahash", "ahash",
"arrayvec", "arrayvec",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "vbsp" name = "vbsp"
version = "0.4.0" version = "0.5.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
homepage = "https://github.com/icewind1991/vbsp" homepage = "https://github.com/icewind1991/vbsp"
repository = "https://github.com/icewind1991/vbsp" repository = "https://github.com/icewind1991/vbsp"