Skip to content

Commit

Permalink
update CRT to latest (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK authored Aug 15, 2022
1 parent 3f08292 commit 89da78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# For cross-linking to types from other libraries
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'awscrt': ('https://awslabs.github.io/aws-crt-python/api', None),
'awscrt': ('https://awslabs.github.io/aws-crt-python', None),
}

# -- Options for HTML output -------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _load_version():
"Operating System :: OS Independent",
],
install_requires=[
'awscrt==0.13.14',
'awscrt==0.14.0',
],
python_requires='>=3.6',
)

0 comments on commit 89da78c

Please sign in to comment.