Skip to content

Commit db5887b

Browse files
committed
chore: release v0.2.0
Signed-off-by: SphericalKat <amolele@gmail.com>
1 parent 7deaf58 commit db5887b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,14 @@ jobs:
7373
steps:
7474
- name: Checkout
7575
uses: actions/checkout@v1
76+
77+
- name: Install libssl-dev
78+
run: sudo apt-get install -y libssl-dev
79+
7680
- name: Install rust
7781
uses: actions-rs/toolchain@v1
7882
with:
79-
toolchain: nightly
83+
toolchain: nightly-2022-02-02
8084
profile: minimal
8185
override: true
8286
target: ${{ matrix.target }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "marvin"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["SphericalKat <amolele@gmail.com>"]
55
edition = "2018"
66
description = "A group management bot for Telegram"

0 commit comments

Comments
 (0)