Skip to content

Commit

Permalink
Update cargo for security
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Jun 12, 2024
1 parent 5ac1f68 commit 557c3a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/ceylon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ceylon"
version = "0.12.0"
version = "0.12.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
11 changes: 11 additions & 0 deletions bindings/ceylon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Ceylon",
"License :: Apache LICENCE",
"Operating System :: OS Independent",
"Topic :: Software Development :: Build Tools",

"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

dependencies = ["ollama==0.2.1"]

0 comments on commit 557c3a7

Please sign in to comment.