From 1e3fae29290854e48c546d74fe16f1d664af0659 Mon Sep 17 00:00:00 2001 From: yngrtc Date: Sat, 2 Mar 2024 14:51:35 -0800 Subject: [PATCH] bump sfu to v0.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8b1269..366c3eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sfu" -version = "0.0.0" +version = "0.0.1" authors = ["Rusty Rain "] edition = "2021" description = "A pure Rust implementation of SFU"