snf: v0.3.1 update common

This commit is contained in:
2025-05-16 15:58:05 -07:00
parent 0ed3cb2adb
commit a7f0e431cb
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated

@ -3815,7 +3815,7 @@ dependencies = [
[[package]]
name = "strafesnet_snf"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"binrw",
"id",

@ -1,6 +1,6 @@
[package]
name = "strafesnet_snf"
version = "0.3.0"
version = "0.3.1"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -22,7 +22,7 @@ rbxassetid = { version = "0.1.0", registry = "strafesnet" }
strafesnet_bsp_loader = { version = "0.3.1", path = "../lib/bsp_loader", registry = "strafesnet" }
strafesnet_deferred_loader = { version = "0.5.1", path = "../lib/deferred_loader", registry = "strafesnet" }
strafesnet_rbx_loader = { version = "0.7.0", path = "../lib/rbx_loader", registry = "strafesnet" }
strafesnet_snf = { version = "0.3.0", path = "../lib/snf", registry = "strafesnet" }
strafesnet_snf = { version = "0.3.1", path = "../lib/snf", registry = "strafesnet" }
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "fs"] }
vbsp = "0.9.1"