diff options
| author | Satya Rohith <me@satyarohith.com> | 2021-09-16 11:55:06 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-16 11:55:06 +0530 |
| commit | 3c97dbf06bc26fc79f0f58a360ef821f75ba82e9 (patch) | |
| tree | c4424dece709637ed6a078cd249a7b1f5c5f18ec /core | |
| parent | ccb3387946b084666e9b22abca6aaaaa9131da5b (diff) | |
chore: update tagline (#12095)
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index c66d42612..42e50eb7f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/denoland/deno" -description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" +description = "A modern JavaScript/TypeScript runtime built with V8, Rust, and Tokio" [lib] path = "lib.rs" |
