From fdf4317f755f98cfbd16658e01ababedd1808321 Mon Sep 17 00:00:00 2001 From: Elliot Ford Date: Mon, 31 Mar 2025 15:42:13 -0400 Subject: [PATCH] mod: bumped tutorial flatbuffers dep 22.9.29->25.2.10 --- examples/tutorial/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial/Cargo.toml b/examples/tutorial/Cargo.toml index af9ddf3..92d94ea 100644 --- a/examples/tutorial/Cargo.toml +++ b/examples/tutorial/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" flatc-rust = { path = "../../" } [dependencies] -flatbuffers = "22.9.29" +flatbuffers = "25.2.10"