José Julián Espina
736e4fb758
Add example for async module fetches ( #3012 )
...
* Add example for async module fetches
* Add error handling to example
* Pin versions of imported modules
* Replae surf with isahc as http client
* Fix yaml parsing
9 months ago
José Julián Espina
08722382d1
Implement non-erased `JsObject`s ( #3618 )
9 months ago
raskad
0ed7da5730
`Date` refactor ( #3595 )
...
* Refactor date builtin
* Remove chrono dependency
* Replace custom modulo with rem_euclid
9 months ago
dependabot[bot]
c30cc7756c
Bump smol from 1.3.0 to 2.0.0 ( #3546 )
...
Bumps [smol](https://github.com/smol-rs/smol ) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/smol-rs/smol/releases )
- [Changelog](https://github.com/smol-rs/smol/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smol-rs/smol/compare/v1.3.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: smol
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
raskad
6ac435ffea
Fix rust 1.75 lints ( #3540 )
10 months ago
dependabot[bot]
18ae1bdd35
Bump futures-util from 0.3.29 to 0.3.30 ( #3535 )
...
Bumps [futures-util](https://github.com/rust-lang/futures-rs ) from 0.3.29 to 0.3.30.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30 )
---
updated-dependencies:
- dependency-name: futures-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
José Julián Espina
47351efa53
Reestructure repo and CI improvements ( #3505 )
...
* Reestructure repo
* cargo update & fmt
* Fix CI
* Add newline
* Fix playground CI
* Fix CI
* Fix CI (for real this time)
* Fix CI (fr fr)
11 months ago