Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d405fde
scripts : frogot to chmod the scripts
Sreehari425 Oct 19, 2025
77420a6
scripts: fixed list rust files
Sreehari425 Oct 20, 2025
d6a331f
dev: added validation for secrets and updated the examples
Sreehari425 Oct 21, 2025
d4138b0
dev: marked inline doc of error handling as no_run
Sreehari425 Oct 21, 2025
5358058
dev: set the rust editon to 2021 to lower the msrv to 1.78
Sreehari425 Oct 22, 2025
7dcee87
Revert "dev: set the rust editon to 2021 to lower the msrv to 1.78"
Sreehari425 Oct 22, 2025
1f5e649
feat(MSRV): lowerd msrv to 1.78.0 and changed editon to 2021
Sreehari425 Oct 22, 2025
10ce696
Update rust-toolchain version to 1.78
Sreehari425 Oct 22, 2025
4075731
chore: fix needless_borrows warnings in examples
Sreehari425 Oct 22, 2025
3999eb6
MSRV: set the msrv to 1.78.0 in cargo.toml
Sreehari425 Oct 22, 2025
7e4f267
dev: replaced mutext unwraps for async-std/smol
Sreehari425 Oct 23, 2025
f1f6621
chore: bump the version to 0.1.0 and update the docs
Sreehari425 Oct 24, 2025
6a4f28a
Remove examples from README.md
Sreehari425 Oct 24, 2025
cc7b3a5
chore: updated pipe_selection example
Sreehari425 Oct 24, 2025
81cf4fd
Remove emojis and improve error messages
Sreehari425 Oct 24, 2025
83f1d04
Revise changelog for 0.1.0 release
Sreehari425 Oct 24, 2025
66b89f3
Revise changelog for version 0.1.0
Sreehari425 Oct 24, 2025
2e96fb9
Update note on experimental feature in documentation
Sreehari425 Oct 24, 2025
885fb8b
Fix note wording in ActivityBuilder reference
Sreehari425 Oct 24, 2025
77a897e
Update docs/ACTIVITY_BUILDER_REFERENCE.md
Sreehari425 Oct 24, 2025
010e066
Update changelogs/0.1.0.md
Sreehari425 Oct 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/basic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: true

- name: Toolchain (stable with rustfmt, clippy)
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.78
with:
components: rustfmt, clippy

Expand Down
Loading