Skip to content

Commit

Permalink
Merge pull request #3 from superwall/develop
Browse files Browse the repository at this point in the history
0.1.3
  • Loading branch information
ianrumac authored Aug 26, 2024
2 parents 356a3c8 + 6da2049 commit 6ad983d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cel-eval"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.htmlž
Expand Down
2 changes: 1 addition & 1 deletion src/cel.udl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Trait]
[Trait, WithForeign]
interface HostContext {
[Async]
string computed_property(string name, string args);
Expand Down

0 comments on commit 6ad983d

Please sign in to comment.