Skip to content

Commit b1978fe

Browse files
authored
feat: add faucon-rs and replace pragma-common with crate (#225)
* feat: remove publish routes * feat: replace pragma-common and use faucon-rs * fix: dockerfiles * fix: last bug fixes and enable multi consumers * fix: clippy * Update pragma.yaml
1 parent f40833b commit b1978fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+671
-3404
lines changed

.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[registries.pragma]
2+
index = "sparse+https://registry.devnet.pragma.build/api/v1/crates/"

.github/workflows/pragma.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Pragma CI
33
on:
44
workflow_dispatch:
55
pull_request:
6-
branches: [main]
6+
branches: [main, dev]
77
push:
8-
branches: [main]
8+
branches: [main, dev]
99

1010
jobs:
1111
toml-lint:

0 commit comments

Comments
 (0)