Skip to content

Commit

Permalink
Merge pull request #738 from teloxide/dev
Browse files Browse the repository at this point in the history
Merge v0.11.0
  • Loading branch information
WaffleLapkin committed Oct 7, 2022
2 parents ba545c3 + e5ee52d commit 4a32963
Show file tree
Hide file tree
Showing 47 changed files with 1,297 additions and 965 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -15,12 +15,12 @@ env:
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10

rust_nightly: nightly-2022-07-01
rust_nightly: nightly-2022-09-01
# When updating this, also update:
# - README.md
# - src/lib.rs
# - down below in a matrix
rust_msrv: 1.58.0
rust_msrv: 1.64.0

jobs:
# Depends on all action that are required for a "successful" CI run.
Expand Down Expand Up @@ -82,10 +82,10 @@ jobs:
toolchain: beta
features: "--features full"
- rust: nightly
toolchain: nightly-2022-07-01
toolchain: nightly-2022-09-01
features: "--all-features"
- rust: msrv
toolchain: 1.58.0
toolchain: 1.64.0
features: "--features full"

steps:
Expand Down
299 changes: 171 additions & 128 deletions CHANGELOG.md

Large diffs are not rendered by default.

0 comments on commit 4a32963

Please sign in to comment.