Skip to content

Commit 2af5fd5

Browse files
committed
m
1 parent 2b620e9 commit 2af5fd5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

releases/rust/db_esdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ aws-sdk-kms = "1.50.0"
2424
aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
2525
aws-smithy-types = "1.2.9"
2626
chrono = "0.4.38"
27-
dafny_runtime = { path = "./dafny_runtime_rust"}
27+
dafny_runtime = "0.1.0"
2828
dashmap = "6.1.0"
2929
pem = "3.0.4"
3030
tokio = {version = "1.41.1", features = ["full"] }

releases/rust/db_esdk/dafny_runtime_rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
2-
name = "aws-dafny-runtime"
2+
name = "dafny-runtime"
33
version = "0.1.0"
44
edition = "2021"
55
keywords = ["dafny"]
66
license = "ISC AND (Apache-2.0 OR ISC)"
7-
description = "aws-dafny-runtime is the runtime support library for Rust code gerated from Dafny."
7+
description = "dafny-runtime is the runtime support library for Rust code gerated from Dafny."
88
repository = "https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk/dafny_runtime_rust"
99
authors = ["AWS-CryptoTools"]
1010
readme = "README.md"
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
This is the runtime support library for Rust code gerated from Dafny.
2-
3-
It will probably be deprecated, once the Dafny team publishes their own.

0 commit comments

Comments
 (0)