mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Update bundled capnp to 0.6.1
This commit is contained in:
parent
a73395e7bb
commit
74618de3ef
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pjoin = os.path.join
|
|||
# Constants
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
bundled_version = (0,6,0)
|
||||
bundled_version = (0,6,1)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.tar.gz" % (bundled_version)
|
||||
libcapnp_url = "https://capnproto.org/" + libcapnp
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue