Skip to content

Commit 768ccb2

Browse files
committed
feat: Add ProximityCache introspection support (Phase 3)
- Add ProximityCacheInfo struct for proximity cache introspection - Add ContractCacheEntry for tracking cached contracts - Add NeighborCacheInfo for neighbor cache tracking - Add ProximityStats for proximity propagation statistics - Update QueryResponse enum to include ProximityCache variant - Bump version to 0.1.19 Part of Phase 3 implementation for issue #1848
1 parent ede43fd commit 768ccb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "freenet-stdlib"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
edition = "2021"
55
rust-version = "1.71.1"
66
publish = true

0 commit comments

Comments
 (0)