Skip to content

Commit

Permalink
component-aware snapshot export (#28890)
Browse files Browse the repository at this point in the history
<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
  • Loading branch information
ldanilek authored and Convex, Inc. committed Aug 14, 2024
1 parent 5568f17 commit b030a51
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 42 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ doctest = false
[dependencies]
anyhow = { workspace = true }
async-broadcast = { workspace = true }
async-recursion = { workspace = true }
async-trait = { workspace = true }
async_lru = { path = "../async_lru" }
async_zip = { workspace = true }
Expand Down
Loading

0 comments on commit b030a51

Please sign in to comment.