Upgrading to capnproto-0.7.0
- Needed for asyncio support
This commit is contained in:
@@ -35,7 +35,7 @@ pjoin = os.path.join
|
||||
# Constants
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
bundled_version = (0,6,1)
|
||||
bundled_version = (0,7,0)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.tar.gz" % (bundled_version)
|
||||
libcapnp_url = "https://capnproto.org/" + libcapnp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user