diff --git a/Cargo.toml b/Cargo.toml index 194f6050c..6b7e189a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ futures = "0.3.5" illicit = { path = "illicit", version = "1" } parking_lot = "0.11" scopeguard = "1" -topo = { path = "topo", version = "0.12.0"} +topo = { path = "topo", version = "0.13.0"} tracing = "^0.1" [dev-dependencies] diff --git a/dom/Cargo.toml b/dom/Cargo.toml index 1b3acadf3..41fba8320 100644 --- a/dom/Cargo.toml +++ b/dom/Cargo.toml @@ -32,7 +32,7 @@ illicit = { path = "../illicit", version = "1.0.0"} moxie = { path = "../", version = "0.3.0-pre"} paste = "0.1.12" scopeguard = "1" -topo = { path = "../topo", version = "0.12.0"} +topo = { path = "../topo", version = "0.13.0"} # web-only raf = { path = "raf", version = "0.2.0-pre", optional = true } diff --git a/mox/Cargo.toml b/mox/Cargo.toml index 82421982e..34f4941e5 100644 --- a/mox/Cargo.toml +++ b/mox/Cargo.toml @@ -17,7 +17,7 @@ edition = "2018" mox-impl = { path = "impl", version = "0.10.0"} proc-macro-hack = "0.5" proc-macro-nested = "0.1.3" -topo = { path = "../topo", version = "0.12.0"} +topo = { path = "../topo", version = "0.13.0"} [dev-dependencies] derive_builder = "0.9" diff --git a/topo/Cargo.toml b/topo/Cargo.toml index 4725748b6..49d765593 100644 --- a/topo/Cargo.toml +++ b/topo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "topo" -version = "0.12.0" +version = "0.13.0" description = "Tools for incrementally computing repeated callgraphs." categories = ["caching", "data-structures", "gui", "memory-management", "rust-patterns"] keywords = ["cache", "memoize", "intern", "topology", "incremental"]