From 6e9d0fc117637e1c937de8e8dfbd8f0fd1aca6a2 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Sat, 13 Jan 2024 22:57:20 -0500 Subject: [PATCH] update version number in doc example --- capnpc/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capnpc/src/lib.rs b/capnpc/src/lib.rs index 8c558a589..0ae59f0c8 100644 --- a/capnpc/src/lib.rs +++ b/capnpc/src/lib.rs @@ -31,10 +31,10 @@ //! //! ```ignore //! [dependencies] -//! capnp = "0.18" # Note this is a different library than capnp*c* +//! capnp = "0.19" # Note this is a different library than capnp*c* //! //! [build-dependencies] -//! capnpc = "0.18" +//! capnpc = "0.19" //! ``` //! //! In your build.rs: