mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-03 01:50:57 +01:00
Initial public version
This commit is contained in:
parent
0207da50ae
commit
139431f94e
3 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!-- markdownlint-disable MD023 -->
|
||||
<!-- markdownlint-disable MD033 -->
|
||||
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## `0.0.1` - February 16th, 2024
|
||||
|
||||
Initial release
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -372,7 +372,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mlua-luau-scheduler"
|
||||
version = "0.0.0"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"async-executor",
|
||||
"async-fs",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mlua-luau-scheduler"
|
||||
version = "0.0.0"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/lune-org/mlua-luau-scheduler"
|
||||
|
|
Loading…
Add table
Reference in a new issue