Skip to content

Commit

Permalink
Release v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Aug 11, 2023
1 parent d04fb5e commit 7ff111d
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 525 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ jobs:
add-apt-repository ppa:deadsnakes/ppa
apt update -y
PYTHON=python${{ matrix.python.version }}
pip install --upgrade pip setuptools wheel
apt install -y $PYTHON $PYTHON-distutils $PYTHON-venv
run: |
ls -lrth /artifacts
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "robyn"
version = "0.37.0"
version = "0.38.0"
authors = ["Sanskar Jethi <[email protected]>"]
edition = "2018"
description = "A web server that is fast!"
Expand Down
Loading

0 comments on commit 7ff111d

Please sign in to comment.