Skip to content

Commit b030a51

Browse files
ldanilekConvex, Inc.
authored andcommitted
component-aware snapshot export (#28890)
<img width="1912" alt="Screenshot 2024-08-13 at 7 02 21 PM" src="https://github.com/user-attachments/assets/d0830e62-2c5f-4250-9535-c2416aa788de"> I think it should be fine to update snapshot export before updating snapshot import, since this does not change your snapshot exports if you don't have components. GitOrigin-RevId: f7ec2a10d30f37a0b88a4525f3b565b4e84beb2c
1 parent 5568f17 commit b030a51

File tree

4 files changed

+274
-42
lines changed

4 files changed

+274
-42
lines changed

Cargo.lock

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

crates/application/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ doctest = false
1010
[dependencies]
1111
anyhow = { workspace = true }
1212
async-broadcast = { workspace = true }
13+
async-recursion = { workspace = true }
1314
async-trait = { workspace = true }
1415
async_lru = { path = "../async_lru" }
1516
async_zip = { workspace = true }

0 commit comments

Comments
 (0)