Skip to content

Commit 622ae38

Browse files
committed
Housekeeping: Update dependencies, run formatting again
1 parent 3e63863 commit 622ae38

File tree

8 files changed

+79
-81
lines changed

8 files changed

+79
-81
lines changed

Cargo.lock

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2024"
55
license = "MIT"
66

77
[dependencies]
8-
godot = { version = "0.3.5", features = ["api-4-3", "register-docs"] }
9-
mcap = "0.23.3"
8+
godot = { version = "0.4.2", features = ["api-4-3", "register-docs"] }
9+
mcap = "0.23.4"
1010
enumset = "1.1.10"
1111
memmap2 = "0.9.8"
1212

src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ impl IResource for MCAPWriteOptions {
1414
#[cfg(all(not(feature = "zstd"), not(feature = "lz4")))]
1515
compression: MCAPCompression::None,
1616
profile: GString::new(),
17-
library: GString::from(format!("godot-mcap-{}", env!("CARGO_PKG_VERSION"))),
17+
library: GString::from(&format!("godot-mcap-{}", env!("CARGO_PKG_VERSION"))),
1818
// Default MCAP: Some(1024*768), with chunking enabled
1919
chunk_size: (1024 * 768) as i64,
2020
use_chunks: true,

0 commit comments

Comments
 (0)