Skip to content

Commit 6c2feb2

Browse files
committed
Bump to v0.3.0-alpha.10
1 parent fb4137f commit 6c2feb2

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "pipitor"
3-
version = "0.3.0-alpha.9"
3+
version = "0.3.0-alpha.10"
44
edition = "2018"
55
authors = ["Daiki Mizukami <[email protected]>"]
66
license = "AGPL-3.0-only"
77
readme = "README.md"
88
repository = "https://github.com/tesaguri/pipitor"
9-
documentation = "https://docs.rs/pipitor/0.3.0-alpha.9/pipitor/"
9+
documentation = "https://docs.rs/pipitor/0.3.0-alpha.10/pipitor/"
1010
description = """
1111
A Twitter bot that gathers, filters and Retweets Tweets automatically.
1212
"""

Pipitor.example.dhall

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
-- let Pipitor = https://raw.githubusercontent.com/tesaguri/pipitor/dhall-schema-v0.3.0-alpha.9/schema.dhall sha256:08f433d482a6e6354598d74264693100b411a4873166dfe953119c97310d7a0d
2-
let Pipitor = ./schema.dhall
3-
1+
let Pipitor = https://github.com/tesaguri/pipitor/raw/dhall-schema-v0.3.0-alpha.10/schema.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
42
let botUserId = 12345
53

64
let manifest = Pipitor.Manifest::{

schema.dhall

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For more information, please refer to <http://unlicense.org/>
2727

2828
-- A Dhall type definition for the Pipitor manifest file.
2929
-- The following is a recommended way of importing the file:
30-
-- let Pipitor = https://raw.githubusercontent.com/tesaguri/pipitor/master/schema.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
30+
-- let Pipitor = https://github.com/tesaguri/pipitor/raw/dhall-schema-v0.3.0-alpha.10/schema.dhall sha256:7cda9e784009d372f4b6272be2487647cfa02587faceb2c746b94927c4dec3fc
3131

3232
let Bool/not =
3333
https://prelude.dhall-lang.org/v20.0.0/Bool/not.dhall sha256:723df402df24377d8a853afed08d9d69a0a6d86e2e5b2bac8960b0d4756c7dc4

0 commit comments

Comments
 (0)