Skip to content

Commit 89da78c

Browse files
authored
update CRT to latest (#343)
1 parent 3f08292 commit 89da78c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docsrc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# For cross-linking to types from other libraries
4848
intersphinx_mapping = {
4949
'python': ('https://docs.python.org/3', None),
50-
'awscrt': ('https://awslabs.github.io/aws-crt-python/api', None),
50+
'awscrt': ('https://awslabs.github.io/aws-crt-python', None),
5151
}
5252

5353
# -- Options for HTML output -------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _load_version():
4040
"Operating System :: OS Independent",
4141
],
4242
install_requires=[
43-
'awscrt==0.13.14',
43+
'awscrt==0.14.0',
4444
],
4545
python_requires='>=3.6',
4646
)

0 commit comments

Comments
 (0)