diff --git a/Cargo.lock b/Cargo.lock index b6e98bb7d..67a8dbb4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3368,7 +3368,7 @@ dependencies = [ [[package]] name = "moq-boy" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "boytacean", diff --git a/justfile b/justfile index d813444b3..65c41816e 100644 --- a/justfile +++ b/justfile @@ -16,9 +16,9 @@ mod web 'demo/web' default: just demo -# Alias for `just demo web`. +# Alias for `just demo`. dev: - just demo web + just demo # Install any dependencies. install: diff --git a/rs/moq-boy/Cargo.toml b/rs/moq-boy/Cargo.toml index 737275fa7..e3bed01a5 100644 --- a/rs/moq-boy/Cargo.toml +++ b/rs/moq-boy/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" keywords = ["moq", "gameboy", "streaming", "emulator", "live"] categories = ["multimedia::video", "emulators", "network-programming"] -version = "0.2.1" +version = "0.2.2" edition = "2024" rust-version.workspace = true @@ -18,7 +18,7 @@ websocket = ["moq-native/websocket"] [dependencies] anyhow = { version = "1", features = ["backtrace"] } -boytacean = "0.11" +boytacean = { version = "0.11", features = ["gen-mock"] } bytes = "1" clap = { version = "4", features = ["derive"] } ffmpeg-next = "8"